Skip to content

Commit ab6db4d

Browse files
Bump actions/setup-python from 4.8.0 to 5.0.0 (#363)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent df5ce6e commit ab6db4d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: "actions/checkout@v4"
1919
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
2020
id: python
21-
uses: actions/setup-python@v4.8.0
21+
uses: actions/setup-python@v5.0.0
2222
with:
2323
python-version: ${{ env.DEFAULT_PYTHON }}
2424
cache: "pip"
@@ -42,7 +42,7 @@ jobs:
4242
- uses: "actions/checkout@v4"
4343
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
4444
id: python
45-
uses: actions/setup-python@v4.8.0
45+
uses: actions/setup-python@v5.0.0
4646
with:
4747
python-version: ${{ env.DEFAULT_PYTHON }}
4848
cache: "pip"

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v4
2424

2525
- name: Set up Python
26-
uses: actions/setup-python@v4.8.0
26+
uses: actions/setup-python@v5.0.0
2727
with:
2828
python-version: "3.11"
2929

0 commit comments

Comments
 (0)