Skip to content

Commit 4ba6e0b

Browse files
authored
Merge pull request #942
Bump actions/checkout from 6 to 7 in the all-github-actions group
2 parents 9bc35f1 + d28c3aa commit 4ba6e0b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
benchmark:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v6
20+
- uses: actions/checkout@v7
2121

2222
- name: Download Buildkite Artifacts
2323
id: download

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
CompatHelper:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v6
12+
- uses: actions/checkout@v7
1313
- name: Get Julia compatibility
1414
id: julia_compat
1515
# NOTE: this requires a julia compat lower-bound with minor version!

0 commit comments

Comments
 (0)