From 0d060d2d653cc9f9b9083700045b7707e6889da9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 05:57:19 +0000 Subject: [PATCH] Bump ansible-actions/ansible-galaxy-action from 1.0.0 to 1.0.1 Bumps [ansible-actions/ansible-galaxy-action](https://github.com/ansible-actions/ansible-galaxy-action) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/ansible-actions/ansible-galaxy-action/releases) - [Commits](https://github.com/ansible-actions/ansible-galaxy-action/compare/v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: ansible-actions/ansible-galaxy-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 d099de3..e4fd223 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.0 + uses: ansible-actions/ansible-galaxy-action@v1.0.1 with: galaxy_api_key: ${{ secrets.galaxy_api_key }