Skip to content

Commit d28969c

Browse files
Bump actions/checkout from 5 to 6 (#2808)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 15be528 commit d28969c

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,13 @@ jobs:
9595
version: '1.12'
9696
assertions: true
9797
steps:
98-
- uses: actions/checkout@v5
98+
- uses: actions/checkout@v6
9999
- uses: julia-actions/setup-julia@v2
100100
if: ${{ ! matrix.assertions }}
101101
with:
102102
version: ${{ matrix.version }}
103103
arch: ${{ matrix.arch }}
104-
- uses: actions/checkout@v5
104+
- uses: actions/checkout@v6
105105
if: ${{ matrix.assertions }}
106106
with:
107107
repository: 'JuliaLang/julia'
@@ -195,7 +195,7 @@ jobs:
195195
- default
196196
libEnzyme: [packaged]
197197
steps:
198-
- uses: actions/checkout@v5
198+
- uses: actions/checkout@v6
199199
- uses: julia-actions/setup-julia@v2
200200
with:
201201
version: ${{ matrix.version }}
@@ -250,7 +250,7 @@ jobs:
250250
- default
251251
libEnzyme: [packaged]
252252
steps:
253-
- uses: actions/checkout@v5
253+
- uses: actions/checkout@v6
254254
- uses: julia-actions/setup-julia@v2
255255
with:
256256
version: ${{ matrix.version }}

.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@v5
12+
- uses: actions/checkout@v6
1313
- name: Get Julia compatibility
1414
id: julia_compat
1515
# NOTE: this requires a julia compat lower-bound with minor version!

.github/workflows/Documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
group: ${{ github.workflow }}-${{ github.ref }}
4141
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
4242
steps:
43-
- uses: actions/checkout@v5
43+
- uses: actions/checkout@v6
4444
- uses: julia-actions/setup-julia@v2
4545
with:
4646
version: '1.11'

.github/workflows/Format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: github.event.pull_request.draft == false
1717
steps:
1818
- name: Check out repository
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
with:
2121
ref: ${{github.event.pull_request.head.ref}}
2222
repository: ${{github.event.pull_request.head.repo.full_name}}

.github/workflows/Integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
os: linux-x86-n2-32
6161
package: Molly
6262
steps:
63-
- uses: actions/checkout@v5
63+
- uses: actions/checkout@v6
6464
- uses: julia-actions/setup-julia@v2
6565
with:
6666
version: ${{ matrix.version }}

.github/workflows/PreviewCleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout gh-pages branch
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818
with:
1919
ref: gh-pages
2020
- name: Delete preview and history + push changes

.github/workflows/benchmark_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525

2626
steps:
27-
- uses: actions/checkout@v5
27+
- uses: actions/checkout@v6
2828
- uses: julia-actions/setup-julia@v2
2929
with:
3030
version: "1.11"

.github/workflows/scripts_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
docs:
1212
runs-on: ubuntu-24.04
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515

1616
- uses: julia-actions/setup-julia@v2
1717
with:

0 commit comments

Comments
 (0)