We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dcc06b commit 52b8f84Copy full SHA for 52b8f84
3 files changed
.github/workflows/ping-servers.yml
@@ -23,7 +23,7 @@ jobs:
23
token: ${{ secrets.PAT }}
24
25
- name: Setup Python 3.9
26
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
27
with:
28
python-version: '3.9'
29
.github/workflows/validate-and-build-index.yml
@@ -22,7 +22,7 @@ jobs:
22
# Install Python
.github/workflows/validate.yml
@@ -20,7 +20,7 @@ jobs:
20
21
0 commit comments