Skip to content

Commit 7c9c509

Browse files
authored
Merge pull request #565 from pyvec/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents 57b9c62 + c141560 commit 7c9c509

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: pipx install poetry
1717

1818
- name: Set up Python
19-
uses: actions/setup-python@v4
19+
uses: actions/setup-python@v5
2020
with:
2121
python-version: 3.11
2222
cache: poetry

0 commit comments

Comments
 (0)