From a1d3d6801a2106288001981f182bdf02576b9922 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Dec 2020 17:39:07 +0000 Subject: [PATCH] Bump hspaans/ansible-galaxy-action from v0.1.8 to v0.2.0 (#34) --- .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 27db485..22ba1d8 100644 --- a/.github/workflows/ansible-galaxy.yml +++ b/.github/workflows/ansible-galaxy.yml @@ -17,6 +17,6 @@ jobs: uses: actions/checkout@v2 - name: Release Ansible Role to Galaxy - uses: hspaans/ansible-galaxy-action@v0.1.8 + uses: hspaans/ansible-galaxy-action@v0.2.0 with: api_key: ${{ secrets.galaxy_api_key }}