mirror of https://github.com/dapr/docs.git
Updates python version and setup-python action in link validation GH action (#4470)
Signed-off-by: Elena Kolevska <elena@kolevska.com>
This commit is contained in:
parent
b3f8cd70e9
commit
87c854e59e
|
@ -13,7 +13,7 @@ jobs:
|
||||||
validate:
|
validate:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
PYTHON_VER: 3.7
|
PYTHON_VER: 3.12
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Check Microsoft URLs do not pin localized versions
|
- name: Check Microsoft URLs do not pin localized versions
|
||||||
|
@ -27,7 +27,7 @@ jobs:
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
- name: Set up Python ${{ env.PYTHON_VER }}
|
- name: Set up Python ${{ env.PYTHON_VER }}
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: ${{ env.PYTHON_VER }}
|
python-version: ${{ env.PYTHON_VER }}
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|
Loading…
Reference in New Issue