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 5979365 commit d706a18Copy full SHA for d706a18
.github/workflows/ping-servers.yml
@@ -18,7 +18,7 @@ jobs:
18
# Prepare the working dir
19
- name: Clear any existing files
20
run: rm -rf *
21
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
22
with:
23
token: ${{ secrets.PAT }}
24
.github/workflows/validate-and-build-index.yml
@@ -16,7 +16,7 @@ jobs:
16
17
.github/workflows/validate.yml
# Install Python
- name: Setup Python 3.9
0 commit comments