We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 262990b + 36b7875 commit 9d2d7ccCopy full SHA for 9d2d7cc
.github/workflows/ci.yaml
@@ -12,7 +12,7 @@ jobs:
12
timeout-minutes: 5
13
14
steps:
15
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
16
17
- uses: actions/setup-python@v6
18
with:
@@ -38,7 +38,7 @@ jobs:
38
39
40
41
42
43
44
@@ -95,7 +95,7 @@ jobs:
95
experimental: true
96
97
98
99
100
101
.github/workflows/release.yaml
@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-24.04
19
20
0 commit comments