From a3335f576d8a31b8c30ff77c4064d08cda09eca3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 06:15:21 +0000 Subject: [PATCH] chore(deps): bump actions/setup-python from 2 to 2.2.2 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](https://github.com/actions/setup-python/compare/v2...v2.2.2) Signed-off-by: dependabot[bot] --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 295225fa6..d06625384 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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 @@ -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