Skip to content

Commit 5ec018b

Browse files
committed
Update setup-python action due to: actions/setup-python#1085
1 parent 910723c commit 5ec018b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check_tpv_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
fetch-depth: 0 # number of commits to fetch. 0 indicates all history for all branches and tags
2323
# Set up python environment
2424
- name: Set up Python
25-
uses: actions/setup-python@v2
25+
uses: actions/setup-python@v5
2626
with:
27-
python-version: 3.8
27+
python-version: "3.10"
2828
cache: pip
2929
# Install python dependencies for check_files script
3030
- name: Install dependencies

0 commit comments

Comments
 (0)