From 16d1244bf1643da48fc2b86ba5a35756ff8f74c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 06:45:08 +0000 Subject: [PATCH] chore(deps): bump ansible-community/ansible-test-gh-action Bumps [ansible-community/ansible-test-gh-action](https://github.com/ansible-community/ansible-test-gh-action) from 1.16.0 to 1.17.0. - [Release notes](https://github.com/ansible-community/ansible-test-gh-action/releases) - [Commits](https://github.com/ansible-community/ansible-test-gh-action/compare/b416b6ecf7ddb0ea3b0a51c1d198d715eba52c9d...d3a8ec7a59694e25e210fcd44738910149537f0e) --- updated-dependencies: - dependency-name: ansible-community/ansible-test-gh-action dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ansible-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index c9379bd..30e0f26 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -12,7 +12,7 @@ jobs: contents: read steps: - name: Perform sanity testing with ansible-test - uses: ansible-community/ansible-test-gh-action@b416b6ecf7ddb0ea3b0a51c1d198d715eba52c9d # v1.16.0 https://github.com/ansible-community/ansible-test-gh-action/releases/tag/v1.16.0 + uses: ansible-community/ansible-test-gh-action@d3a8ec7a59694e25e210fcd44738910149537f0e # v1.17.0 https://github.com/ansible-community/ansible-test-gh-action/releases/tag/v1.17.0 with: ansible-core-version: stable-2.13 testing-type: sanity