From 2475fcb5c2eaadd37a80cb771c4be511f8471e35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Mar 2022 16:28:03 +0000 Subject: [PATCH] chore(deps): bump actions/setup-python from 2 to 3 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] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b2884c4..3dbf7eb 100644 --- a/action.yml +++ b/action.yml @@ -15,7 +15,7 @@ runs: run: pipx install pipenv - name: Setup Python environment and cache - uses: actions/setup-python@v2 + uses: actions/setup-python@v3 with: python-version: ${{ steps.get-python-version.outputs.python-version }} cache: 'pipenv'