diff --git a/.github/workflows/galaxy.yml b/.github/workflows/galaxy.yml index 5a2b8a5..f82d87d 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@v3.1.0 - name: Set up Python 3 uses: actions/setup-python@v2 diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 1da6057..b8319a5 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -22,7 +22,7 @@ jobs: - default_centos steps: - name: Check out the codebase - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 - name: Set up Python 3 uses: actions/setup-python@v2