Skip to content

Commit fddb1a9

Browse files
committed
chore(ci): update setup-python to v5
1 parent 32807ed commit fddb1a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0
2121

2222
- name: Set up Python 3.9
23-
uses: actions/setup-python@v1
23+
uses: actions/setup-python@v5
2424
with:
2525
python-version: 3.9
2626

@@ -64,7 +64,7 @@ jobs:
6464
- uses: actions/checkout@v4
6565

6666
- name: Set up Python ${{ matrix.python-version }}
67-
uses: actions/setup-python@v1
67+
uses: actions/setup-python@v5
6868
with:
6969
python-version: ${{ matrix.python-version }}
7070

@@ -105,7 +105,7 @@ jobs:
105105
echo "tag=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT
106106
107107
- name: Set up Python
108-
uses: actions/setup-python@v2
108+
uses: actions/setup-python@v5
109109
with:
110110
python-version: '3.x'
111111

0 commit comments

Comments
 (0)