Skip to content

Commit a18b41a

Browse files
Bump actions/checkout from 6 to 7 (#181)
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 e6104b4 commit a18b41a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- {backend: blas64, julia-version: 'nightly'}
5555
- {backend: accelerate, julia-version: 'nightly'}
5656
steps:
57-
- uses: actions/checkout@v6
57+
- uses: actions/checkout@v7
5858

5959
- uses: julia-actions/setup-julia@v3
6060
with:
@@ -114,7 +114,7 @@ jobs:
114114
# Only the core `openblas` and `direct` backends run on nightly.
115115
- {backend: refblas, julia-version: 'nightly'}
116116
steps:
117-
- uses: actions/checkout@v6
117+
- uses: actions/checkout@v7
118118

119119
- uses: julia-actions/setup-julia@v3
120120
with:
@@ -160,7 +160,7 @@ jobs:
160160
runs-on: ubuntu-latest
161161
timeout-minutes: 10
162162
steps:
163-
- uses: actions/checkout@v6
163+
- uses: actions/checkout@v7
164164
- name: Regenerate func_list and check for diff
165165
run: |
166166
cd ext/gensymbol

0 commit comments

Comments
 (0)