Skip to content

Commit 039bddd

Browse files
authored
Merge pull request #143 from Vizonex/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 0ae696c + 6a0e490 commit 039bddd

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: github.event.pull_request.user.login == 'dependabot[bot]'
1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@v6
16+
uses: actions/checkout@v7
1717
with:
1818
fetch-depth: 0
1919

.github/workflows/run-cibuildwheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
outputs:
2525
include: ${{ steps.set-matrix.outputs.include }}
2626
steps:
27-
- uses: actions/checkout@v6
27+
- uses: actions/checkout@v7
2828
- name: Install cibuildwheel
2929
# Nb. keep cibuildwheel version pin consistent with job below
3030
run: pipx install cibuildwheel==3.2.1
@@ -51,7 +51,7 @@ jobs:
5151
matrix:
5252
include: ${{ fromJson(needs.generate-wheels-matrix.outputs.include) }}
5353
steps:
54-
- uses: actions/checkout@v6
54+
- uses: actions/checkout@v7
5555
with:
5656
submodules: true
5757
- name: Set up QEMU

.github/workflows/run-sdist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Build source distribution
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v6
11+
- uses: actions/checkout@v7
1212
with:
1313
submodules: true
1414
- uses: actions/setup-python@v6

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- os: windows-11-arm # workflow keeps screwing around with us.
2323
python-version: '3.14t'
2424
steps:
25-
- uses: actions/checkout@v6
25+
- uses: actions/checkout@v7
2626
with:
2727
submodules: true
2828
- name: Setup Python

0 commit comments

Comments
 (0)