Skip to content

Commit 5f0e23b

Browse files
committed
chore: correct setup-python action version in workflows
1 parent 0ca9624 commit 5f0e23b

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout repo
1313
uses: actions/checkout@v4
1414
- name: Set up python
15-
uses: actions/setup-python@v4
15+
uses: actions/setup-python@v6
1616
with:
1717
python-version: ${{ matrix.python-version }}
1818
- name: Bootstrap poetry
@@ -32,7 +32,7 @@ jobs:
3232
- name: Checkout repo
3333
uses: actions/checkout@v4
3434
- name: Set up python
35-
uses: actions/setup-python@v4
35+
uses: actions/setup-python@v6
3636
with:
3737
python-version: ${{ matrix.python-version }}
3838
- name: Bootstrap poetry

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Checkout repo
1818
uses: actions/checkout@v4
1919
- name: Set up python
20-
uses: actions/setup-python@v4
20+
uses: actions/setup-python@v6
2121
with:
2222
python-version: ${{ matrix.python-version }}
2323
- name: Bootstrap poetry
@@ -37,7 +37,7 @@ jobs:
3737
- name: Checkout repo
3838
uses: actions/checkout@v4
3939
- name: Set up python
40-
uses: actions/setup-python@v4
40+
uses: actions/setup-python@v6
4141
with:
4242
python-version: ${{ matrix.python-version }}
4343
- name: Bootstrap poetry
@@ -60,7 +60,7 @@ jobs:
6060
uses: actions/checkout@v4
6161

6262
- name: Set up python
63-
uses: actions/setup-python@v4
63+
uses: actions/setup-python@v6
6464
with:
6565
python-version: ${{ matrix.python-version }}
6666

.github/workflows/release-please.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Checkout repo
2121
uses: actions/checkout@v4
2222
- name: Set up python
23-
uses: actions/setup-python@v4
23+
uses: actions/setup-python@v6
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626
- name: Bootstrap poetry
@@ -40,7 +40,7 @@ jobs:
4040
- name: Checkout repo
4141
uses: actions/checkout@v4
4242
- name: Set up python
43-
uses: actions/setup-python@v4
43+
uses: actions/setup-python@v6
4444
with:
4545
python-version: ${{ matrix.python-version }}
4646
- name: Bootstrap poetry

.github/workflows/tests-daily.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checkout repo
1616
uses: actions/checkout@v4
1717
- name: Set up python
18-
uses: actions/setup-python@v4
18+
uses: actions/setup-python@v6
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Bootstrap poetry
@@ -35,7 +35,7 @@ jobs:
3535
- name: Checkout repo
3636
uses: actions/checkout@v4
3737
- name: Set up python
38-
uses: actions/setup-python@v4
38+
uses: actions/setup-python@v6
3939
with:
4040
python-version: ${{ matrix.python-version }}
4141
- name: Bootstrap poetry

0 commit comments

Comments
 (0)