Skip to content

Commit a9a4dd7

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- x64
2929
steps:
3030
- name: Checkout repository for access
31-
uses: actions/checkout@v2
31+
uses: actions/checkout@v6
3232

3333
- name: Setup Julia
3434
uses: julia-actions/setup-julia@v1
@@ -61,7 +61,7 @@ jobs:
6161
contents: write
6262
statuses: write
6363
steps:
64-
- uses: actions/checkout@v2
64+
- uses: actions/checkout@v6
6565
- uses: julia-actions/setup-julia@v1
6666
with:
6767
version: '1'

0 commit comments

Comments
 (0)