Skip to content

Commit d1bd982

Browse files
Bump actions/checkout from 6 to 7
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>
1 parent 1f03f9e commit d1bd982

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- '3.14t'
2121

2222
steps:
23-
- uses: actions/checkout@v6
23+
- uses: actions/checkout@v7
2424
with:
2525
submodules: true
2626

@@ -81,7 +81,7 @@ jobs:
8181
runs-on: ubuntu-latest
8282

8383
steps:
84-
- uses: actions/checkout@v6
84+
- uses: actions/checkout@v7
8585
with:
8686
submodules: true
8787

.github/workflows/codeql-analysis.yml

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

2525
steps:
2626
- name: Checkout repository
27-
uses: actions/checkout@v6
27+
uses: actions/checkout@v7
2828
with:
2929
submodules: true
3030

.github/workflows/wheels.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
outputs:
1010
matrix: ${{ steps.set-matrix.outputs.matrix }}
1111
steps:
12-
- uses: actions/checkout@v6
12+
- uses: actions/checkout@v7
1313
with:
1414
submodules: true
1515

@@ -38,7 +38,7 @@ jobs:
3838
outputs:
3939
matrix: ${{ steps.set-matrix.outputs.matrix }}
4040
steps:
41-
- uses: actions/checkout@v6
41+
- uses: actions/checkout@v7
4242
with:
4343
submodules: true
4444

@@ -67,7 +67,7 @@ jobs:
6767
outputs:
6868
matrix: ${{ steps.set-matrix.outputs.matrix }}
6969
steps:
70-
- uses: actions/checkout@v6
70+
- uses: actions/checkout@v7
7171
with:
7272
submodules: true
7373

@@ -96,7 +96,7 @@ jobs:
9696
outputs:
9797
matrix: ${{ steps.set-matrix.outputs.matrix }}
9898
steps:
99-
- uses: actions/checkout@v6
99+
- uses: actions/checkout@v7
100100
with:
101101
submodules: true
102102

@@ -130,7 +130,7 @@ jobs:
130130
only: ${{ fromJSON(needs.linux-define-matrix.outputs.matrix) }}
131131

132132
steps:
133-
- uses: actions/checkout@v6
133+
- uses: actions/checkout@v7
134134
with:
135135
submodules: true
136136

@@ -183,7 +183,7 @@ jobs:
183183
only: ${{ fromJSON(needs.pyodide-define-matrix.outputs.matrix) }}
184184

185185
steps:
186-
- uses: actions/checkout@v6
186+
- uses: actions/checkout@v7
187187
with:
188188
submodules: true
189189

@@ -229,7 +229,7 @@ jobs:
229229
only: ${{ fromJSON(needs.macos-define-matrix.outputs.matrix) }}
230230

231231
steps:
232-
- uses: actions/checkout@v6
232+
- uses: actions/checkout@v7
233233
with:
234234
submodules: true
235235

@@ -277,7 +277,7 @@ jobs:
277277
only: ${{ fromJSON(needs.windows-define-matrix.outputs.matrix) }}
278278

279279
steps:
280-
- uses: actions/checkout@v6
280+
- uses: actions/checkout@v7
281281
with:
282282
submodules: true
283283

0 commit comments

Comments
 (0)