Skip to content

Commit

Permalink
chore(deps): bump actions/setup-python from 4.1.0 to 4.2.0 (#351)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@c4e89fa...b55428b)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 3, 2022
1 parent 2b415d0 commit 768b63a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
go-version: ${{ matrix.go-version }}

- name: Setup - Python
uses: actions/setup-python@c4e89fac7e8767b327bbad6cb4d859eda999cf08
uses: actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5
with:
python-version: "3.10"
cache: "pip"
Expand Down

0 comments on commit 768b63a

Please sign in to comment.