From e52cbda4f5c9e0ea48606ef8fb7a7fab01ed660d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 16:37:46 +0200 Subject: [PATCH] chore(deps): update ansible-community/ansible-test-gh-action action to v1.16.0 (#87) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e31d2dc..68b548a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -86,7 +86,7 @@ jobs: Perform integration testing against Ansible version ${{ matrix.ansible }} under Python ${{ matrix.python }} - uses: ansible-community/ansible-test-gh-action@7d847f97e7c69bb18e1cd2b72756ddeaed060430 # v1.15.0 + uses: ansible-community/ansible-test-gh-action@b416b6ecf7ddb0ea3b0a51c1d198d715eba52c9d # v1.16.0 with: ansible-core-version: ${{ matrix.ansible }} # OPTIONAL command to run before invoking `ansible-test integration`