Skip to content

Commit 1d8cc9c

Browse files
Bump actions/checkout from 5 to 6 (#131)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 62e1236 commit 1d8cc9c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
arch:
3434
- x64
3535
steps:
36-
- uses: actions/checkout@v5
36+
- uses: actions/checkout@v6
3737
- uses: julia-actions/cache@v2
3838
- uses: julia-actions/setup-julia@v2
3939
with:

.github/workflows/Invalidations.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
with:
2323
version: '1'
2424
- uses: julia-actions/cache@v2
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626
- uses: julia-actions/julia-buildpkg@v1
2727
- uses: julia-actions/julia-invalidations@v1
2828
id: invs_pr
2929

30-
- uses: actions/checkout@v5
30+
- uses: actions/checkout@v6
3131
with:
3232
ref: ${{ github.event.repository.default_branch }}
3333
- uses: julia-actions/julia-buildpkg@v1

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
timeout-minutes: 20
2222
steps:
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424
- uses: julia-actions/cache@v2
2525
- uses: julia-actions/setup-julia@v2
2626
with:

0 commit comments

Comments
 (0)