Skip to content

Commit 442c769

Browse files
committed
ci(tests): actions/setup-python@v5
See also: https://github.com/actions/setup-python/releases/tag/v5.0.0
1 parent 72eb759 commit 442c769

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Set up Python ${{ matrix.python-version }}
4242
if: env.PUBLISH == 'true'
43-
uses: actions/setup-python@v4
43+
uses: actions/setup-python@v5
4444
with:
4545
python-version: ${{ matrix.python-version }}
4646
cache: 'poetry'

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: pipx install "poetry==1.7.1"
2020

2121
- name: Set up Python ${{ matrix.python-version }}
22-
uses: actions/setup-python@v4
22+
uses: actions/setup-python@v5
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525
cache: 'poetry'
@@ -96,7 +96,7 @@ jobs:
9696
run: pipx install "poetry==1.7.1"
9797

9898
- name: Set up Python ${{ matrix.python-version }}
99-
uses: actions/setup-python@v4
99+
uses: actions/setup-python@v5
100100
with:
101101
python-version: ${{ matrix.python-version }}
102102
cache: 'poetry'

0 commit comments

Comments
 (0)