Skip to content

Commit 9c3c864

Browse files
Bump actions/checkout from 6 to 7 (#32)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' 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 2db718a commit 9c3c864

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
@@ -22,7 +22,7 @@ jobs:
2222
- stable
2323
- latest
2424
steps:
25-
- uses: actions/checkout@v6
25+
- uses: actions/checkout@v7
2626

2727
- name: Setup Julia stable
2828
uses: julia-actions/setup-julia@v3
@@ -53,7 +53,7 @@ jobs:
5353
permissions:
5454
contents: write
5555
steps:
56-
- uses: actions/checkout@v6
56+
- uses: actions/checkout@v7
5757
- uses: julia-actions/setup-julia@v3
5858
with:
5959
version: '1'

0 commit comments

Comments
 (0)