Skip to content

Commit 2ab6a2c

Browse files
⬆️ deps: Update actions/checkout action to v5 (#60)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b9fb607 commit 2ab6a2c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/lint-and-fmt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: lint and fmt - Python ${{ matrix.python-version }} on ${{ matrix.architecture }}
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222

2323
- name: Install prettier
2424
run: |

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
target: [x86_64, x86, aarch64]
2020
name: Ubuntu, ${{ matrix.target }}
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
- uses: actions/setup-python@v6
2424
with:
2525
python-version: 3.x
@@ -44,7 +44,7 @@ jobs:
4444
target: [x64, x86]
4545
name: Windows, ${{ matrix.target }}
4646
steps:
47-
- uses: actions/checkout@v4
47+
- uses: actions/checkout@v5
4848
- uses: actions/setup-python@v6
4949
with:
5050
python-version: 3.x
@@ -69,7 +69,7 @@ jobs:
6969
target: [x86_64, aarch64]
7070
name: macOS, ${{ matrix.target }}
7171
steps:
72-
- uses: actions/checkout@v4
72+
- uses: actions/checkout@v5
7373
- uses: actions/setup-python@v6
7474
with:
7575
python-version: 3.x
@@ -89,7 +89,7 @@ jobs:
8989
sdist:
9090
runs-on: ubuntu-latest
9191
steps:
92-
- uses: actions/checkout@v4
92+
- uses: actions/checkout@v5
9393
- name: Build sdist
9494
uses: PyO3/maturin-action@v1
9595
with:

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: unittest - Python ${{ matrix.python-version }} on ${{ matrix.architecture }}
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121

2222
- name: Install maturin
2323
run: pipx install maturin

0 commit comments

Comments
 (0)