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 83d13b9 commit 9707d56Copy full SHA for 9707d56
.github/workflows/link_validation.yaml
@@ -13,7 +13,7 @@ jobs:
13
validate:
14
runs-on: ubuntu-latest
15
env:
16
- PYTHON_VER: 3.7
+ PYTHON_VER: 3.12
17
steps:
18
- uses: actions/checkout@v2
19
- name: Check Microsoft URLs do not pin localized versions
@@ -27,7 +27,7 @@ jobs:
27
exit 1
28
fi
29
- name: Set up Python ${{ env.PYTHON_VER }}
30
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
31
with:
32
python-version: ${{ env.PYTHON_VER }}
33
- name: Install dependencies
0 commit comments