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 105807a + 811d53a commit 52669ddCopy full SHA for 52669dd
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-24.04
13
14
steps:
15
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
16
17
- uses: ./.github/actions/build-dist
18
.github/workflows/tests.yaml
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
37
38
39
@@ -60,7 +60,7 @@ jobs:
60
skip-coverage: true
61
62
63
64
65
- name: Set up Python
66
uses: actions/setup-python@v6
@@ -114,7 +114,7 @@ jobs:
114
needs:
115
- testing # Wait for test jobs.
116
117
118
with:
119
fetch-depth: 0
120
0 commit comments