Skip to content

Commit 0fa2537

Browse files
chore(deps): bump actions/setup-python from 2.3.2 to 3.1.2 (#267)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.2 to 3.1.2. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@7f80679...98f2ad0) --- 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 f42dfb3 commit 0fa2537

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
@@ -31,7 +31,7 @@ jobs:
3131
go-version: ${{ matrix.go-version }}
3232

3333
- name: Setup - Python
34-
uses: actions/setup-python@7f80679172b057fc5e90d70d197929d454754a5a
34+
uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6
3535
with:
3636
python-version: 3.6
3737
cache: "pip"

0 commit comments

Comments
 (0)