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 4839c29 commit 440b385Copy full SHA for 440b385
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
runs-on: ubuntu-22.04
27
steps:
28
- name: checkout
29
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
30
with:
31
fetch-depth: 0
32
token: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
19
20
- name: Check out code
21
22
23
- name: Setup Python
24
id: setup-python
0 commit comments