Skip to content

Commit c2a113b

Browse files
authored
We need a version for setup-python (#1020)
1 parent 7bfb08a commit c2a113b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/code-static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/checkout@v4
3636
- name: Set up Python 3.12
3737
if: ${{ matrix.language == 'python' }}
38-
uses: actions/setup-python
38+
uses: actions/setup-python@v5
3939
with:
4040
python-version: '3.12'
4141
- name: Install dependencies

.github/workflows/predeploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
node-version: '20'
2828
- name: Set up Python 3.12
29-
uses: actions/setup-python
29+
uses: actions/setup-python@v5
3030
with:
3131
python-version: '3.12'
3232
- name: Run the website

.github/workflows/test-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
node-version: '20'
2727
- name: Set up Python 3.12
28-
uses: actions/setup-python
28+
uses: actions/setup-python@v5
2929
with:
3030
python-version: '3.12'
3131
- name: Run the website

0 commit comments

Comments
 (0)