From fb4abfb2ba8d80320ca2c4153af9946620b9ac79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Apr 2022 13:08:49 +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.yml | 2 +- .github/workflows/molecule.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/galaxy.yml b/.github/workflows/galaxy.yml index 5a2b8a5..c5f5712 100644 --- a/.github/workflows/galaxy.yml +++ b/.github/workflows/galaxy.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v2 - name: Set up Python 3 - uses: actions/setup-python@v2 + uses: actions/setup-python@v3.1.1 with: python-version: 3.x diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 1da6057..358a044 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v2 - name: Set up Python 3 - uses: actions/setup-python@v2 + uses: actions/setup-python@v3.1.1 with: python-version: 3.x