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 31624bb + 307d85b commit 08378b5Copy full SHA for 08378b5
.github/workflows/docs.yml
@@ -25,7 +25,7 @@ jobs:
25
docs:
26
runs-on: ubuntu-latest
27
steps:
28
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
29
30
- name: Prepare Python 3.10
31
uses: actions/setup-python@v6
.github/workflows/main.yml
@@ -46,7 +46,7 @@ jobs:
46
echo "commit: ${{ github.sha }}"
47
48
- name: Checkout Repository
49
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
50
with:
51
fetch-depth: 0
52
submodules: recursive
0 commit comments