Skip to content

Commit 7f1d17c

Browse files
Bump actions/setup-python from 4.8.0 to 5.0.0 (#3878)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.8.0 to 5.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.8.0...v5.0.0) --- 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 a844987 commit 7f1d17c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
run: |
106106
go version
107107
- name: Install Python
108-
uses: actions/setup-python@v4.8.0
108+
uses: actions/setup-python@v5.0.0
109109
with:
110110
python-version: '3.10'
111111
- name: Test Python
@@ -211,7 +211,7 @@ jobs:
211211
run: |
212212
go version
213213
- name: Install Python
214-
uses: actions/setup-python@v4.8.0
214+
uses: actions/setup-python@v5.0.0
215215
with:
216216
python-version: '3.10'
217217
- name: Test Python

0 commit comments

Comments
 (0)