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.
1 parent c87604c commit b0f6b99Copy full SHA for b0f6b99
.github/workflows/publish.yaml
@@ -13,7 +13,7 @@ jobs:
13
id-token: write
14
contents: write
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
17
- uses: actions/setup-python@v5
18
- uses: astral-sh/setup-uv@v5
19
with:
.github/workflows/test.yaml
@@ -10,7 +10,7 @@ jobs:
10
test:
11
runs-on: ubuntu-latest
12
enable-cache: true
@@ -19,7 +19,7 @@ jobs:
lint:
20
21
22
23
24
25
0 commit comments