Skip to content

Commit 11c1a62

Browse files
committed
Update setup-python version
1 parent da23c4d commit 11c1a62

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install dependencies
2727
run: npm ci
2828
- name: Set up Python 3.12
29-
uses: actions/setup-python@v1
29+
uses: actions/setup-python@v5
3030
with:
3131
python-version: '3.12'
3232

@@ -101,7 +101,7 @@ jobs:
101101
run: npm ci
102102

103103
- name: Set up Python 3.12
104-
uses: actions/setup-python@v1
104+
uses: actions/setup-python@v5
105105
with:
106106
python-version: '3.12'
107107

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install dependencies
3333
run: npm ci
3434
- name: Set up Python 3.12
35-
uses: actions/setup-python@v1
35+
uses: actions/setup-python@v5
3636
with:
3737
python-version: '3.12'
3838
- name: Install Dash
@@ -63,12 +63,12 @@ jobs:
6363
steps:
6464
- uses: actions/checkout@v1
6565
- name: Set up Python 3.12
66-
uses: actions/setup-python@v1
66+
uses: actions/setup-python@v5
6767
with:
6868
python-version: '3.12'
6969
- name: Set up Python ${{ matrix.python-version }}
7070
if: matrix.python-version != '3.12'
71-
uses: actions/setup-python@v1
71+
uses: actions/setup-python@v5
7272
with:
7373
python-version: ${{ matrix.python-version }}
7474
- name: Install nox

0 commit comments

Comments
 (0)