From 969fd033d481b3b9ecc01fd396ac82a0968c416d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 09:06:36 +0000 Subject: [PATCH] Bump hspaans/ansible-galaxy-action from v0.2.6 to v0.2.7 (#51) --- .github/workflows/ansible-galaxy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ansible-galaxy.yml b/.github/workflows/ansible-galaxy.yml index 884cd0f..e499b0a 100644 --- a/.github/workflows/ansible-galaxy.yml +++ b/.github/workflows/ansible-galaxy.yml @@ -15,6 +15,6 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Release Ansible Role to Galaxy - uses: hspaans/ansible-galaxy-action@v0.2.6 + uses: hspaans/ansible-galaxy-action@v0.2.7 with: api_key: ${{ secrets.galaxy_api_key }}