Skip to content

Commit 1cab348

Browse files
Bump actions/setup-python from 4 to 5 (#53)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7df9e4c commit 1cab348

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/python-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
fetch-depth: 0
3030
- name: Set up Python
31-
uses: actions/setup-python@v4
31+
uses: actions/setup-python@v5
3232
with:
3333
python-version: '3.x'
3434
- name: Install dependencies

.github/workflows/python-test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v4
2525

2626
- name: Set up Python 3.10
27-
uses: actions/setup-python@v4
27+
uses: actions/setup-python@v5
2828
with:
2929
python-version: "3.10"
3030

@@ -66,7 +66,7 @@ jobs:
6666
runs-on: ${{ matrix.os }}
6767
steps:
6868
- name: Set up Python 3.8
69-
uses: actions/setup-python@v4
69+
uses: actions/setup-python@v5
7070
with:
7171
python-version: "3.8"
7272

@@ -133,7 +133,7 @@ jobs:
133133
steps:
134134
- uses: actions/checkout@v4
135135

136-
- uses: actions/setup-python@v4
136+
- uses: actions/setup-python@v5
137137
with:
138138
python-version: "3.10"
139139

0 commit comments

Comments
 (0)