Skip to content

Commit 64bfef7

Browse files
authored
Merge pull request #63 from eseglem/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents 3fbde37 + 6db4c71 commit 64bfef7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install poetry
2020
run: pipx install poetry
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"
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install poetry
3838
run: pipx install poetry
3939
- name: Set up Python 3.11
40-
uses: actions/setup-python@v4
40+
uses: actions/setup-python@v5
4141
with:
4242
python-version: 3.11
4343
cache: "poetry"

0 commit comments

Comments
 (0)