diff --git a/.github/workflows/ansible-build.yml b/.github/workflows/ansible-build.yml index bcc8c06..3ced7be 100644 --- a/.github/workflows/ansible-build.yml +++ b/.github/workflows/ansible-build.yml @@ -35,7 +35,7 @@ jobs: path: ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}} - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: # it is just required to run that once as "ansible-test units" in the docker image # will run on all python versions it supports. diff --git a/.github/workflows/ansible-integration.yml b/.github/workflows/ansible-integration.yml index 7d31f30..23e222f 100644 --- a/.github/workflows/ansible-integration.yml +++ b/.github/workflows/ansible-integration.yml @@ -49,7 +49,7 @@ jobs: path: ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}} - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: # it is just required to run that once as "ansible-test integration" in the docker image # will run on all python versions it supports. diff --git a/.github/workflows/ansible-sanity.yml b/.github/workflows/ansible-sanity.yml index ad13c9e..f4d0f3c 100644 --- a/.github/workflows/ansible-sanity.yml +++ b/.github/workflows/ansible-sanity.yml @@ -41,7 +41,7 @@ jobs: path: ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}} - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: # it is just required to run that once as "ansible-test sanity" in the docker image # will run on all python versions it supports. diff --git a/.github/workflows/ansible-units.yml b/.github/workflows/ansible-units.yml index 41052b3..f65336f 100644 --- a/.github/workflows/ansible-units.yml +++ b/.github/workflows/ansible-units.yml @@ -39,7 +39,7 @@ jobs: path: ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}} - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: # it is just required to run that once as "ansible-test units" in the docker image # will run on all python versions it supports. diff --git a/.github/workflows/integration-cleanup.yml b/.github/workflows/integration-cleanup.yml index fec6cb3..39aa5d6 100644 --- a/.github/workflows/integration-cleanup.yml +++ b/.github/workflows/integration-cleanup.yml @@ -17,7 +17,7 @@ jobs: path: ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}} - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: # it is just required to run that once as "ansible-test integration" in the docker image # will run on all python versions it supports.