Skip to content

Commit bc6660e

Browse files
committed
ci(tests): actions/setup-python@v5
See also: https://github.com/actions/setup-python/releases/tag/v5.0.0
1 parent 33a7de1 commit bc6660e

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
@@ -39,7 +39,7 @@ jobs:
3939

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

.github/workflows/tests.yml

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

2525
- name: Set up Python ${{ matrix.python-version }}
26-
uses: actions/setup-python@v4
26+
uses: actions/setup-python@v5
2727
with:
2828
python-version: ${{ matrix.python-version }}
2929
cache: 'poetry'
@@ -71,7 +71,7 @@ jobs:
7171
run: pipx install "poetry==1.7.1"
7272

7373
- name: Set up Python ${{ matrix.python-version }}
74-
uses: actions/setup-python@v4
74+
uses: actions/setup-python@v5
7575
with:
7676
python-version: ${{ matrix.python-version }}
7777
cache: 'poetry'

0 commit comments

Comments
 (0)