From a66eb8158b931cffd71fc043a9b86f9ff43a5bf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Nov 2021 19:43:47 +0100 Subject: [PATCH] Bump actions/checkout from 2.3.5 to 2.4.0 (#464) --- .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 600aac0..e7d5e17 100644 --- a/.github/workflows/galaxy.yml +++ b/.github/workflows/galaxy.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Check out the codebase - uses: actions/checkout@v2.3.5 + uses: actions/checkout@v2.4.0 - name: Set up Python 3 uses: actions/setup-python@v2.2.2 diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 937aa08..d409a53 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Check out the codebase if: "!(contains(matrix.scenario, 'plus') && github.event.pull_request.head.repo.full_name != github.repository)" - uses: actions/checkout@v2.3.5 + uses: actions/checkout@v2.4.0 - name: Set up Python 3 if: "!(contains(matrix.scenario, 'plus') && github.event.pull_request.head.repo.full_name != github.repository)"