Skip to content

Commit

Permalink
Bump actions/checkout from 4.2.0 to 4.2.1
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.2.0...v4.2.1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 1995248 commit 8210b70
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_gluon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Auschecken
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
submodules: true
- name: Konfigcheck
Expand All @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Auschecken
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
submodules: true
- name: Permissions
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_manual .yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Auschecken
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
ref: ${{ github.event.inputs.branch }}
submodules: true
Expand All @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Auschecken
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
ref: ${{ github.event.inputs.branch }}
submodules: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_single.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Auschecken
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
submodules: true
- name: Konfigcheck
Expand All @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Auschecken
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
submodules: true
- name: Permissions
Expand Down

0 comments on commit 8210b70

Please sign in to comment.