Skip to content

Commit 2a8c3d3

Browse files
authored
Merge pull request #4482 from hhunter-ms/v1.13
Update python versions for link validation
2 parents 7492d5c + 9613b1c commit 2a8c3d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/link_validation.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
validate:
1414
runs-on: ubuntu-latest
1515
env:
16-
PYTHON_VER: 3.7
16+
PYTHON_VER: 3.12
1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Check Microsoft URLs do not pin localized versions
@@ -27,7 +27,7 @@ jobs:
2727
exit 1
2828
fi
2929
- name: Set up Python ${{ env.PYTHON_VER }}
30-
uses: actions/setup-python@v2
30+
uses: actions/setup-python@v5
3131
with:
3232
python-version: ${{ env.PYTHON_VER }}
3333
- name: Install dependencies

0 commit comments

Comments
 (0)