Skip to content

Commit 2917b4d

Browse files
Update GitHub actions (#158)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dcdb3e0 commit 2917b4d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
timeout-minutes: 5
3434
steps:
3535
- name: Checkout
36-
uses: actions/checkout@v6
36+
uses: actions/checkout@v7
3737
with:
3838
persist-credentials: false
3939
- name: Install tox & uv
@@ -50,7 +50,7 @@ jobs:
5050
timeout-minutes: 5
5151
steps:
5252
- name: Checkout
53-
uses: actions/checkout@v6
53+
uses: actions/checkout@v7
5454
with:
5555
persist-credentials: false
5656
- name: Install tox & uv

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
VERSION: ${{ steps.export.outputs.VERSION }}
2929
steps:
3030
- name: "Checkout"
31-
uses: actions/checkout@v6
31+
uses: actions/checkout@v7
3232
with:
3333
persist-credentials: false
3434
fetch-depth: 0
@@ -58,7 +58,7 @@ jobs:
5858
runs-on: ubuntu-latest
5959
steps:
6060
- name: "Checkout"
61-
uses: actions/checkout@v6
61+
uses: actions/checkout@v7
6262
with:
6363
persist-credentials: true
6464
- name: "Download all the dists"

0 commit comments

Comments
 (0)