Skip to content

Commit 4ee7018

Browse files
Bump actions/checkout from 5 to 6 (#151)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' 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 0eefa43 commit 4ee7018

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# .. so that we don't get error:
3131
# Idea from https://github.com/YoYoGames/GameMaker-Bugs/issues/6015#issuecomment-2135552784
3232
sudo sysctl kernel.apparmor_restrict_unprivileged_userns=0
33-
- uses: actions/checkout@v5
33+
- uses: actions/checkout@v6
3434
- uses: julia-actions/setup-julia@v2
3535
with:
3636
version: ${{ matrix.julia-version }}
@@ -48,7 +48,7 @@ jobs:
4848
Documentation:
4949
runs-on: ubuntu-latest
5050
steps:
51-
- uses: actions/checkout@v5
51+
- uses: actions/checkout@v6
5252
- uses: julia-actions/setup-julia@v2
5353
with:
5454
version: "^1.7.0-0"

0 commit comments

Comments
 (0)