Skip to content

Commit b7a2345

Browse files
ci: upgrade to checkout v5
1 parent 122e897 commit b7a2345

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/cis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Lint code
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424
- name: Set up Python
2525
uses: actions/setup-python@v5
2626
with:
@@ -55,7 +55,7 @@ jobs:
5555
- python-version: "3.14-dev"
5656
toxenv: py314
5757
steps:
58-
- uses: actions/checkout@v4
58+
- uses: actions/checkout@v5
5959
- name: Get history and tags for SCM versioning to work
6060
run: |
6161
git fetch --prune --unshallow

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Docs building
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
- name: Get history and tags for SCM versioning to work
2424
run: |
2525
git fetch --prune --unshallow

.github/workflows/frameworks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
2525

2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828
with:
2929
fetch-depth: 0
3030

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717
- name: Get history and tags for SCM versioning to work
1818
run: |
1919
git fetch --prune --unshallow
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
steps:
4545
- name: Checkout
46-
uses: actions/checkout@v4
46+
uses: actions/checkout@v5
4747
- name: Get history and tags for SCM versioning to work
4848
run: |
4949
git fetch --prune --unshallow

0 commit comments

Comments
 (0)