From 6914fb8abf03357c1775bced676da6f42581dbce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Apr 2022 09:26:48 -0600 Subject: [PATCH] chore(deps): bump actions/setup-python from 3.0.0 to 3.1.0 (#3234) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/0ebf233433c08fb9061af664d501c3f3ff0e9e20...9c644ca2ab8e57ea0a487b5ec2f8290740378bfd) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... 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 73db80d08..9c9ba8050 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -227,7 +227,7 @@ jobs: - uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # pin@v2 with: go-version: 1.17.x - - uses: actions/setup-python@0ebf233433c08fb9061af664d501c3f3ff0e9e20 # pin@v3 + - uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd # pin@v3 - uses: pre-commit/action@876132a3c26aa072b09eab6c5395b4749eeb2435 # pin@release with: extra_args: --show-diff-on-failure --from-ref ${{