From b7052c85ea3ddee5bcf8f84a0e8aa595f51634b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Mar 2022 11:56:56 -0700 Subject: [PATCH] chore(deps): bump actions/setup-python from 2 to 3 (#3088) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index bbddf515a..b5bc50ba3 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -225,7 +225,7 @@ jobs: - uses: actions/setup-go@v2 with: go-version: 1.17.x - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v3 - uses: pre-commit/action@release with: extra_args: --show-diff-on-failure --from-ref ${{ github.event.pull_request.base.sha }} --to-ref ${{ github.event.pull_request.head.sha }}