Skip to content

Commit 7586bc9

Browse files
authored
Merge pull request #597 from pyvec/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 8d7486f + 23578ef commit 7586bc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
run: pipx install poetry
1515

1616
- name: Set up Python
17-
uses: actions/setup-python@v5
17+
uses: actions/setup-python@v6
1818
with:
1919
python-version: 3.11
2020
cache: poetry

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: pipx install poetry
3131

3232
- name: Set up Python
33-
uses: actions/setup-python@v5
33+
uses: actions/setup-python@v6
3434
with:
3535
python-version: 3.11
3636
cache: poetry

0 commit comments

Comments
 (0)