Skip to content

Commit 4ee1b18

Browse files
Bump actions/checkout from 5 to 6
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>
1 parent a8c25a2 commit 4ee1b18

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
arch:
1515
- x64
1616
steps:
17-
- uses: actions/checkout@v5
18-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
18+
- uses: actions/checkout@v6
1919
- uses: julia-actions/setup-julia@v2
2020
- uses: julia-actions/cache@v2
2121
- uses: julia-actions/julia-runtest@v1

0 commit comments

Comments
 (0)