From 16d3cb75b93cd357eecb6ebadc24dc6051b78b51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Dec 2021 20:04:44 +0100 Subject: [PATCH] Bump actions/setup-python from 2.2.2 to 2.3.1 (#470) --- .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 e7d5e17..6a3690a 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.2.2 + uses: actions/setup-python@v2.3.1 with: python-version: 3.x diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index d409a53..37fb4e2 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -30,7 +30,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.2.2 + uses: actions/setup-python@v2.3.1 with: python-version: 3.x