Skip to content

Commit 240b139

Browse files
Bump actions/checkout from 6 to 7 (#860)
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 68883fe commit 240b139

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
@@ -56,7 +56,7 @@ jobs:
5656
os: 'windows-2025'
5757
llvm_args: '--opaque-pointers'
5858
steps:
59-
- uses: actions/checkout@v6
59+
- uses: actions/checkout@v7
6060

6161
- name: Install Julia
6262
uses: julia-actions/setup-julia@v3
@@ -102,7 +102,7 @@ jobs:
102102
# build: 'x86_64-linux-gnuassert'
103103
# branch: 'master'
104104
steps:
105-
- uses: actions/checkout@v6
105+
- uses: actions/checkout@v7
106106

107107
- name: Download Julia
108108
env:

0 commit comments

Comments
 (0)