Skip to content

Commit bdca143

Browse files
dependabot[bot]Kijewski
authored andcommitted
Bump actions/checkout from 5 to 6
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]>
1 parent c4bd968 commit bdca143

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- '3.14'
1818

1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
with:
2222
submodules: true
2323

@@ -56,7 +56,7 @@ jobs:
5656
runs-on: ubuntu-latest
5757

5858
steps:
59-
- uses: actions/checkout@v5
59+
- uses: actions/checkout@v6
6060
with:
6161
submodules: true
6262

.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@v5
27+
uses: actions/checkout@v6
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@v5
12+
- uses: actions/checkout@v6
1313
with:
1414
submodules: true
1515

@@ -37,7 +37,7 @@ jobs:
3737
outputs:
3838
matrix: ${{ steps.set-matrix.outputs.matrix }}
3939
steps:
40-
- uses: actions/checkout@v5
40+
- uses: actions/checkout@v6
4141
with:
4242
submodules: true
4343

@@ -65,7 +65,7 @@ jobs:
6565
outputs:
6666
matrix: ${{ steps.set-matrix.outputs.matrix }}
6767
steps:
68-
- uses: actions/checkout@v5
68+
- uses: actions/checkout@v6
6969
with:
7070
submodules: true
7171

@@ -93,7 +93,7 @@ jobs:
9393
outputs:
9494
matrix: ${{ steps.set-matrix.outputs.matrix }}
9595
steps:
96-
- uses: actions/checkout@v5
96+
- uses: actions/checkout@v6
9797
with:
9898
submodules: true
9999

@@ -126,7 +126,7 @@ jobs:
126126
only: ${{ fromJSON(needs.linux-define-matrix.outputs.matrix) }}
127127

128128
steps:
129-
- uses: actions/checkout@v5
129+
- uses: actions/checkout@v6
130130
with:
131131
submodules: true
132132

@@ -176,7 +176,7 @@ jobs:
176176
only: ${{ fromJSON(needs.pyodide-define-matrix.outputs.matrix) }}
177177

178178
steps:
179-
- uses: actions/checkout@v5
179+
- uses: actions/checkout@v6
180180
with:
181181
submodules: true
182182

@@ -221,7 +221,7 @@ jobs:
221221
only: ${{ fromJSON(needs.macos-define-matrix.outputs.matrix) }}
222222

223223
steps:
224-
- uses: actions/checkout@v5
224+
- uses: actions/checkout@v6
225225
with:
226226
submodules: true
227227

@@ -266,7 +266,7 @@ jobs:
266266
only: ${{ fromJSON(needs.windows-define-matrix.outputs.matrix) }}
267267

268268
steps:
269-
- uses: actions/checkout@v5
269+
- uses: actions/checkout@v6
270270
with:
271271
submodules: true
272272

0 commit comments

Comments
 (0)