From cc7d7532218d73c37f22c9eb1576cca11d60b9b5 Mon Sep 17 00:00:00 2001 From: Alessandro Fael Garcia Date: Mon, 24 May 2021 15:01:30 +0200 Subject: [PATCH] Specify GitHub actions checkout release (#407) --- .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 6c10de6..5fb8dc9 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 + uses: actions/checkout@v2.3.4 - 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 e5407dc..f8809e4 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -25,7 +25,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 + uses: actions/checkout@v2.3.4 - name: Set up Python 3 if: "!(contains(matrix.scenario, 'plus') && github.event.pull_request.head.repo.full_name != github.repository)"