Skip to content

Commit e64a478

Browse files
authored
Merge pull request #225 from swimmwatch/dependabot/github_actions/dev/actions/setup-python-6
build(deps): bump actions/setup-python from 5 to 6
2 parents e6b1fdc + 16cf111 commit e64a478

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: "Install Poetry ${{matrix.poetry-version}}"
2222
run: pipx install poetry==${{matrix.poetry-version}}
2323
- name: "Setup Python ${{matrix.python-version}}"
24-
uses: actions/setup-python@v5
24+
uses: actions/setup-python@v6
2525
with:
2626
python-version: ${{matrix.python-version}}
2727
cache: 'poetry'

.github/workflows/python-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: "Install Poetry ${{matrix.poetry-version}}"
2626
run: pipx install poetry==${{matrix.poetry-version}}
2727
- name: "Setup Python ${{matrix.python-version}}"
28-
uses: actions/setup-python@v5
28+
uses: actions/setup-python@v6
2929
with:
3030
python-version: ${{matrix.python-version}}
3131
cache: 'poetry'
@@ -51,7 +51,7 @@ jobs:
5151
- name: "Setup Poetry ${{matrix.poetry-version}}"
5252
run: pipx install poetry==${{matrix.poetry-version}}
5353
- name: "Setup Python ${{matrix.python-version}}"
54-
uses: actions/setup-python@v5
54+
uses: actions/setup-python@v6
5555
with:
5656
python-version: ${{matrix.python-version}}
5757
cache: "poetry"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: "Checkout"
1818
uses: actions/checkout@v5
1919
- name: "Setup Python"
20-
uses: actions/setup-python@v5
20+
uses: actions/setup-python@v6
2121
- name: "Setup Poetry ${{matrix.poetry-version}}"
2222
run: pipx install poetry==${{matrix.poetry-version}}
2323
- name: "Build package"

0 commit comments

Comments
 (0)