Skip to content

Commit 839c158

Browse files
Bump actions/checkout from 4 to 5 (#160)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 465fccc commit 839c158

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ${{ matrix.builder }}
4848
steps:
4949
- name: Checkout
50-
uses: actions/checkout@v4
50+
uses: actions/checkout@v5
5151

5252
- uses: jiro4989/[email protected]
5353
with:

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
git config --global user.name "atlasbot"
5353
5454
- name: Checkout atlas
55-
uses: actions/checkout@v4
55+
uses: actions/checkout@v5
5656
with:
5757
path: atlas
5858
submodules: false
@@ -169,7 +169,7 @@ jobs:
169169
git config --global user.name "atlasbot"
170170
171171
- name: Checkout atlas
172-
uses: actions/checkout@v4
172+
uses: actions/checkout@v5
173173
with:
174174
submodules: false
175175

0 commit comments

Comments
 (0)