From 38a425aa2c1408a32d03a59bfa5024d33de7cde3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 12:58:52 -0600 Subject: [PATCH] chore(deps): bump actions/setup-python from 3.1.2 to 4 (#3439) * chore(deps): bump actions/setup-python from 3.1.2 to 4 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.2 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/98f2ad02fd48d057ee3b4d4f66525b231c3e52b6...d09bd5e6005b175076f227b13d9730d56e9dcfcb) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * chore(deps): bump actions/setup-python from 3.1.2 to 4 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.2 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/98f2ad02fd48d057ee3b4d4f66525b231c3e52b6...d09bd5e6005b175076f227b13d9730d56e9dcfcb) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * add python version Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Caleb Doxsey --- .github/workflows/test.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e841901d4..543b10577 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -224,7 +224,9 @@ jobs: - uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # pin@v2 with: go-version: 1.18.x - - uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 # pin@v3 + - uses: actions/setup-python@d09bd5e6005b175076f227b13d9730d56e9dcfcb # pin@v3 + with: + python-version: "3.x" - uses: pre-commit/action@876132a3c26aa072b09eab6c5395b4749eeb2435 # pin@release with: extra_args: --show-diff-on-failure --from-ref ${{