Skip to content

Commit 3f91ac8

Browse files
[🏭 infra] Update actions/checkout action to v6
1 parent 08dc10e commit 3f91ac8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release_prod.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Test (${{ matrix.version }})
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v6
1414
- run: |
1515
PYTHON_VERSION=${{ matrix.version }} make test
1616
strategy:
@@ -30,7 +30,7 @@ jobs:
3030
needs: test
3131
timeout-minutes: 30
3232
steps:
33-
- uses: actions/checkout@v5
33+
- uses: actions/checkout@v6
3434
with:
3535
fetch-depth: 0
3636

@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-latest
5252
needs: gen-binary
5353
steps:
54-
- uses: actions/checkout@v5
54+
- uses: actions/checkout@v6
5555
- name: Download build artifacts
5656
uses: actions/download-artifact@v6
5757
with:

.github/workflows/release_staging.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Test (${{ matrix.version }})
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v6
1414
- run: |
1515
PYTHON_VERSION=${{ matrix.version }} make test
1616
strategy:
@@ -30,7 +30,7 @@ jobs:
3030
needs: test
3131
timeout-minutes: 30
3232
steps:
33-
- uses: actions/checkout@v5
33+
- uses: actions/checkout@v6
3434
with:
3535
fetch-depth: 0
3636

0 commit comments

Comments
 (0)