diff --git a/.github/workflows/galaxy.yml b/.github/workflows/galaxy.yml index 6a3690a..589342a 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.3.1 + uses: actions/setup-python@v2.3.2 with: python-version: 3.x diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 85ec6d5..30b94af 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -34,7 +34,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.3.1 + uses: actions/setup-python@v2.3.2 with: python-version: 3.x