Skip to content

Commit 91ba6d7

Browse files
authored
Merge pull request #353 from long2ice/dependabot/github_actions/main/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents 005bac9 + 583df36 commit 91ba6d7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: pipx install poetry
2020
- name: Setup Python
2121
id: setup-python
22-
uses: actions/setup-python@v4
22+
uses: actions/setup-python@v5
2323
with:
2424
python-version: '3.x'
2525
cache: poetry
@@ -51,7 +51,7 @@ jobs:
5151
- uses: actions/checkout@v3
5252
- name: Install Poetry
5353
run: pipx install poetry
54-
- uses: actions/setup-python@v4
54+
- uses: actions/setup-python@v5
5555
with:
5656
python-version: "${{ matrix.python }}"
5757
cache: poetry
@@ -83,7 +83,7 @@ jobs:
8383
- name: Install Poetry
8484
run: pipx install poetry
8585
- name: Setup Python
86-
uses: actions/setup-python@v4
86+
uses: actions/setup-python@v5
8787
with:
8888
python-version: '3.x'
8989
cache: poetry

.github/workflows/towncrier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: pipx install poetry
2929
- name: Setup Python
3030
id: setup-python
31-
uses: actions/setup-python@v4
31+
uses: actions/setup-python@v5
3232
with:
3333
python-version: '3.x'
3434
cache: poetry

0 commit comments

Comments
 (0)