Skip to content

Commit 983e164

Browse files
Bump actions/setup-python from 3 to 4 (#716)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v3...v4) --- 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 ab74548 commit 983e164

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@v3
83+
uses: actions/setup-python@v4
8484
with:
8585
python-version: ${{ env.PYTHON_VERSION }}
8686

0 commit comments

Comments
 (0)