From c27695bb5b88af528461640ee4573372e2768ff0 Mon Sep 17 00:00:00 2001 From: Cameron Hart Date: Wed, 6 Aug 2025 23:04:26 +0000 Subject: [PATCH] update githubaction runner to 1.17 --- .github/workflows/ansible-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index 9a252a95..e6f25c18 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -68,7 +68,7 @@ jobs: path: ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}} - name: Run confidence tests - uses: ansible-community/ansible-test-gh-action@v1.16.0 + uses: ansible-community/ansible-test-gh-action@v1.17.0 with: ansible-core-version: ${{ matrix.ansible }} testing-type: sanity @@ -129,7 +129,7 @@ jobs: # Prevent dbatools v2+ issues with newer docker image for 2.13 - name: Run integration tests - v2.13 workaround if: ${{ matrix.ansible == 'stable-2.13' }} - uses: ansible-community/ansible-test-gh-action@v1.16.0 + uses: ansible-community/ansible-test-gh-action@v1.17.0 with: docker-image: 'quay.io/ansible/default-test-container:6.13.0' ansible-core-version: ${{ matrix.ansible }} @@ -140,7 +140,7 @@ jobs: - name: Run integration tests if: ${{ matrix.ansible != 'stable-2.13'}} - uses: ansible-community/ansible-test-gh-action@v1.16.0 + uses: ansible-community/ansible-test-gh-action@v1.17.0 with: ansible-core-version: ${{ matrix.ansible }} #target-python-version: ${{ matrix.python }}