Skip to content

Commit 549fb9f

Browse files
Update actions/checkout action to v6 (#44)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 70a940d commit 549fb9f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
timeout-minutes: 5
3737
steps:
3838
- name: Checkout
39-
uses: actions/checkout@v5
39+
uses: actions/checkout@v6
4040
- name: Install tox & uv
4141
run: |
4242
pipx install tox
@@ -50,7 +50,7 @@ jobs:
5050
timeout-minutes: 5
5151
steps:
5252
- name: Checkout
53-
uses: actions/checkout@v5
53+
uses: actions/checkout@v6
5454
- name: Install tox & uv
5555
run: |
5656
pipx install tox

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
VERSION: ${{ steps.export.outputs.VERSION }}
2727
steps:
2828
- name: "Checkout"
29-
uses: actions/checkout@v5
29+
uses: actions/checkout@v6
3030
with:
3131
fetch-depth: 0
3232
- name: "Install uv"
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ubuntu-latest
5555
steps:
5656
- name: "Checkout"
57-
uses: actions/checkout@v5
57+
uses: actions/checkout@v6
5858
- name: "Download all the dists"
5959
uses: actions/download-artifact@v6
6060
with:

0 commit comments

Comments
 (0)