Skip to content

Commit 911b676

Browse files
Bump actions/setup-python from 2 to 3.1.1 (#702)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3.1.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2...v3.1.1) --- 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 7c9d2c6 commit 911b676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-go-integration-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
go-version: ${{ env.GO_VERSION }}
8181

8282
- name: Install Python
83-
uses: actions/setup-python@v2
83+
uses: actions/setup-python@v3
8484
with:
8585
python-version: ${{ env.PYTHON_VERSION }}
8686

0 commit comments

Comments
 (0)