From a430cd06be98360292bd646f9aec790a363c7af4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 16:05:54 +0000 Subject: [PATCH] Bump actions/setup-python from 2.2.2 to 4.1.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.2.2 to 4.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2.2.2...v4.1.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 13294c6..6785628 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,7 +22,7 @@ jobs: run: make test-s3-x86 - name: Setup python - uses: actions/setup-python@v2.2.2 + uses: actions/setup-python@v4.1.0 - name: Run pre-commit hooks run: |