Skip to content

Commit

Permalink
build(deps): bump ansible-community/ansible-test-gh-action (#264)
Browse files Browse the repository at this point in the history
Bumps [ansible-community/ansible-test-gh-action](https://github.com/ansible-community/ansible-test-gh-action) from 1.15.0 to 1.16.0.
- [Release notes](https://github.com/ansible-community/ansible-test-gh-action/releases)
- [Commits](ansible-community/ansible-test-gh-action@v1.15.0...v1.16.0)

---
updated-dependencies:
- dependency-name: ansible-community/ansible-test-gh-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 21, 2024
1 parent 844484b commit 20a0a5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.0
uses: ansible-community/ansible-test-gh-action@v1.16.0
with:
ansible-core-version: ${{ matrix.ansible }}
testing-type: sanity
Expand Down Expand Up @@ -128,7 +128,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.15.0
uses: ansible-community/ansible-test-gh-action@v1.16.0
with:
docker-image: 'quay.io/ansible/default-test-container:6.13.0'
ansible-core-version: ${{ matrix.ansible }}
Expand All @@ -139,7 +139,7 @@ jobs:

- name: Run integration tests
if: ${{ matrix.ansible != 'stable-2.13'}}
uses: ansible-community/ansible-test-gh-action@v1.15.0
uses: ansible-community/ansible-test-gh-action@v1.16.0
with:
ansible-core-version: ${{ matrix.ansible }}
#target-python-version: ${{ matrix.python }}
Expand Down

0 comments on commit 20a0a5f

Please sign in to comment.