Skip to content

Commit 87c854e

Browse files
Updates python version and setup-python action in link validation GH action (dapr#4470)
Signed-off-by: Elena Kolevska <[email protected]>
1 parent b3f8cd7 commit 87c854e

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)