Skip to content

Commit f9addf1

Browse files
Bump actions/checkout from 4 to 6 (#205)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bart van de Lint <33758964+1-Bart-1@users.noreply.github.com>
1 parent 67eb8f2 commit f9addf1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
version: 1
4141
build_is_production_build: true
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 }}
@@ -76,7 +76,7 @@ jobs:
7676
- ubuntu-latest
7777
runs-on: ${{ matrix.os }}
7878
steps:
79-
- uses: actions/checkout@v4
79+
- uses: actions/checkout@v6
8080
- uses: julia-actions/setup-julia@v2
8181
with:
8282
arch: ${{ matrix.julia_arch }}
@@ -106,7 +106,7 @@ jobs:
106106
runs-on: ubuntu-latest
107107
timeout-minutes: 40
108108
steps:
109-
- uses: actions/checkout@v4
109+
- uses: actions/checkout@v6
110110
- uses: julia-actions/setup-julia@v2
111111
- uses: julia-actions/cache@v2
112112
- uses: julia-actions/julia-buildpkg@v1

.github/workflows/setup-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
timeout-minutes: 40
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818
- uses: julia-actions/setup-julia@v2
1919
with:
2020
version: '1'

0 commit comments

Comments
 (0)