We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0708c5 + a1c0e54 commit d843fc0Copy full SHA for d843fc0
2 files changed
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
16
id-token: write
17
steps:
18
- name: Checkout source
19
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
20
with:
21
fetch-depth: 0
22
- name: Install the latest version of uv with cache enabled
.github/workflows/test.yml
@@ -6,7 +6,7 @@ jobs:
6
build:
7
runs-on: ubuntu-latest
8
9
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
10
11
12
- name: Mirror + trigger CI
0 commit comments