Skip to content

Commit 630eb47

Browse files
committed
ci(tests): actions/setup-python@v5
See also: https://github.com/actions/setup-python/releases/tag/v5.0.0
1 parent 5215a64 commit 630eb47

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
@@ -38,7 +38,7 @@ jobs:
3838
run: pipx install "poetry==1.7.1"
3939

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

.github/workflows/tests.yml

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

2727
- name: Set up Python ${{ matrix.python-version }}
28-
uses: actions/setup-python@v4
28+
uses: actions/setup-python@v5
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131
cache: 'poetry'
@@ -98,7 +98,7 @@ jobs:
9898
run: pipx install "poetry==1.7.1"
9999

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

0 commit comments

Comments
 (0)