Skip to content

Commit c095707

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

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
@@ -17,7 +17,7 @@ jobs:
1717
run: pipx install "poetry==1.7.1"
1818

1919
- name: Set up Python ${{ matrix.python-version }}
20-
uses: actions/setup-python@v4
20+
uses: actions/setup-python@v5
2121
with:
2222
python-version: ${{ matrix.python-version }}
2323
cache: 'poetry'
@@ -66,7 +66,7 @@ jobs:
6666
run: pipx install "poetry==1.7.1"
6767

6868
- name: Set up Python ${{ matrix.python-version }}
69-
uses: actions/setup-python@v4
69+
uses: actions/setup-python@v5
7070
with:
7171
python-version: ${{ matrix.python-version }}
7272
cache: 'poetry'

0 commit comments

Comments
 (0)