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 0411292 commit 7ad42a3Copy full SHA for 7ad42a3
.github/workflows/binaries.yml
@@ -54,7 +54,7 @@ jobs:
54
runs-on: ${{ matrix.builder }}
55
steps:
56
- name: Checkout
57
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
58
with:
59
fetch-depth: 0
60
submodules: recursive
.github/workflows/docs.yml
@@ -11,7 +11,7 @@ jobs:
11
build:
12
runs-on: ubuntu-latest
13
14
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
15
- uses: actions/setup-python@v6
16
17
python-version: '3.11'
.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
22
env:
23
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24
25
26
27
28
0 commit comments