From 2ff4ee965fd146e7af4cae02f302d8e1c1e53833 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 21:52:19 +0000 Subject: [PATCH] build(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.17.0 to 1.18.0. - [Release notes](https://github.com/ansible-community/ansible-test-gh-action/releases) - [Commits](https://github.com/ansible-community/ansible-test-gh-action/compare/d3a8ec7a59694e25e210fcd44738910149537f0e...6ded727edb598e670ac056a8e680ca4050bac0a3) --- updated-dependencies: - dependency-name: ansible-community/ansible-test-gh-action dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ansible-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index d0ae6c18..452e451c 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -74,7 +74,7 @@ jobs: persist-credentials: false - name: Run confidence tests - uses: ansible-community/ansible-test-gh-action@d3a8ec7a59694e25e210fcd44738910149537f0e # v1.17.0 + uses: ansible-community/ansible-test-gh-action@6ded727edb598e670ac056a8e680ca4050bac0a3 # v1.18.0 with: ansible-core-version: ${{ matrix.ansible }} testing-type: sanity @@ -136,7 +136,7 @@ jobs: run: cp integration_config.sample.yml integration_config.yml - name: Run integration tests - uses: ansible-community/ansible-test-gh-action@d3a8ec7a59694e25e210fcd44738910149537f0e # v1.17.0 + uses: ansible-community/ansible-test-gh-action@6ded727edb598e670ac056a8e680ca4050bac0a3 # v1.18.0 with: ansible-core-version: ${{ matrix.ansible }} testing-type: integration