From 952afa901f333f41612af75bc63afeda7858bcf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 13:15:23 +0100 Subject: [PATCH] Bump actions/setup-python from 2.3.2 to 3 (#493) --- .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 589342a..24041c3 100644 --- a/.github/workflows/galaxy.yml +++ b/.github/workflows/galaxy.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v2.4.0 - name: Set up Python 3 - uses: actions/setup-python@v2.3.2 + uses: actions/setup-python@v3 with: python-version: 3.x diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 30b94af..6e1ff96 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Python 3 if: "!(contains(matrix.scenario, 'plus') && github.event.pull_request.head.repo.full_name != github.repository)" - uses: actions/setup-python@v2.3.2 + uses: actions/setup-python@v3 with: python-version: 3.x