Skip to content

Commit 0d50450

Browse files
Bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...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]>
1 parent 1b69ccc commit 0d50450

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
reuse-lint:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818
- name: Run REUSE lint
1919
run: |
2020
docker run --rm --volume ${{ github.workspace }}:/data fsfe/reuse lint
@@ -40,7 +40,7 @@ jobs:
4040
arch: x64
4141
version: 1
4242
steps:
43-
- uses: actions/checkout@v4
43+
- uses: actions/checkout@v6
4444
- uses: julia-actions/setup-julia@v2
4545
with:
4646
version: ${{ matrix.version }}
@@ -66,7 +66,7 @@ jobs:
6666
runs-on: ubuntu-latest
6767
timeout-minutes: 40
6868
steps:
69-
- uses: actions/checkout@v4
69+
- uses: actions/checkout@v6
7070
- uses: julia-actions/setup-julia@v2
7171
- uses: julia-actions/cache@v2
7272
- uses: julia-actions/julia-buildpkg@v1

0 commit comments

Comments
 (0)