Skip to content

Commit ab810f9

Browse files
Update actions/checkout action to v6
1 parent dd0f7cf commit ab810f9

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/format.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: black
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v6
1515
- uses: actions/setup-python@v5
1616
with:
1717
python-version: "3.x"

.github/workflows/pip.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
python-version: ["3.7", "3.11"]
1616
runs-on: ${{ matrix.os }}
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919
- uses: actions/setup-python@v5
2020
with:
2121
python-version: ${{ matrix.python-version }}

.github/workflows/wheels.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Build SDist
1515
runs-on: ubuntu-24.04
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818
- name: Build SDist
1919
run: pipx run build --sdist
2020
- name: Check metadata
@@ -32,7 +32,7 @@ jobs:
3232
matrix:
3333
os: [ubuntu-22.04, macos-13]
3434
steps:
35-
- uses: actions/checkout@v4
35+
- uses: actions/checkout@v6
3636
- uses: pypa/cibuildwheel@v2.17
3737
env:
3838
MACOSX_DEPLOYMENT_TARGET: 10.15

0 commit comments

Comments
 (0)