diff --git a/.github/workflows/galaxy.yml b/.github/workflows/galaxy.yml index 5a2b8a5..6c10de6 100644 --- a/.github/workflows/galaxy.yml +++ b/.github/workflows/galaxy.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v2 - name: Set up Python 3 - uses: actions/setup-python@v2 + uses: actions/setup-python@v2.2.2 with: python-version: 3.x diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 0e6eaaf..e5407dc 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -29,7 +29,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 + uses: actions/setup-python@v2.2.2 with: python-version: 3.x