Skip to content

Commit e24b175

Browse files
chore(deps): bump actions/setup-python from 3.1.2 to 4 (#311)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.2 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@98f2ad0...d09bd5e) --- 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 36633af commit e24b175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
go-version: ${{ matrix.go-version }}
3030

3131
- name: Setup - Python
32-
uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6
32+
uses: actions/setup-python@d09bd5e6005b175076f227b13d9730d56e9dcfcb
3333
with:
3434
python-version: 3.6
3535
cache: "pip"

0 commit comments

Comments
 (0)