From dec676bfd9d88403348c7e11d49401d9f133a651 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 05:47:59 +0000 Subject: [PATCH] Bump ansible-actions/ansible-galaxy-action from 1.0.1 to 1.1.1 Bumps [ansible-actions/ansible-galaxy-action](https://github.com/ansible-actions/ansible-galaxy-action) from 1.0.1 to 1.1.1. - [Release notes](https://github.com/ansible-actions/ansible-galaxy-action/releases) - [Commits](https://github.com/ansible-actions/ansible-galaxy-action/compare/v1.0.1...v1.1.1) --- updated-dependencies: - dependency-name: ansible-actions/ansible-galaxy-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/galaxy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/galaxy.yml b/.github/workflows/galaxy.yml index e4fd223..ebfc532 100644 --- a/.github/workflows/galaxy.yml +++ b/.github/workflows/galaxy.yml @@ -19,6 +19,6 @@ jobs: fetch-depth: 0 - name: 'Release on galaxy' - uses: ansible-actions/ansible-galaxy-action@v1.0.1 + uses: ansible-actions/ansible-galaxy-action@v1.1.1 with: galaxy_api_key: ${{ secrets.galaxy_api_key }