From e3d7da2c61056f7d7bb79c5bf5c97a729ad0f573 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Apr 2022 01:07:21 +0000 Subject: [PATCH] Bump actions/setup-python from 2 to 3.1.1 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3.1.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2...v3.1.1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/galaxy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/galaxy.yaml b/.github/workflows/galaxy.yaml index 47f8edb..0d5c163 100644 --- a/.github/workflows/galaxy.yaml +++ b/.github/workflows/galaxy.yaml @@ -21,7 +21,7 @@ jobs: echo; - name: Setup Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v3.1.1 with: python-version: '3.x'