Skip to content

Commit

Permalink
chore(deps): bump actions/setup-python from 2 to 2.2.2
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 2.2.2.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v2...v2.2.2)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 12, 2021
1 parent feba602 commit 1440128
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
helm env
helm plugin install https://github.com/quintush/helm-unittest
- uses: actions/setup-python@v2
- uses: actions/setup-python@v2.2.2

- name: Setup environment for pre-commit
run: hack/ci/github/setup/pre-commit.sh
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
helm env
helm plugin install https://github.com/quintush/helm-unittest
- uses: actions/setup-python@v2
- uses: actions/setup-python@v2.2.2
with:
python-version: 3.7

Expand Down

0 comments on commit 1440128

Please sign in to comment.