Skip to content

Commit b6b2eb8

Browse files
Bump actions/setup-python from 4.7.1 to 4.8.0 (#3872)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.1 to 4.8.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.7.1...v4.8.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b3c6ab3 commit b6b2eb8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 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.7.1
108+
uses: actions/setup-python@v4.8.0
109109
with:
110110
python-version: '3.10'
111111
- name: Test Python
@@ -222,7 +222,7 @@ jobs:
222222
run: |
223223
go version
224224
- name: Install Python
225-
uses: actions/setup-python@v4.7.1
225+
uses: actions/setup-python@v4.8.0
226226
with:
227227
python-version: '3.10'
228228
- name: Test Python
@@ -321,7 +321,7 @@ jobs:
321321
run: |
322322
go version
323323
- name: Install Python
324-
uses: actions/setup-python@v4.7.1
324+
uses: actions/setup-python@v4.8.0
325325
with:
326326
python-version: '3.10'
327327
- name: Test Python

0 commit comments

Comments
 (0)