From 5829c1280435a0df9534cf9eeacd245dd0fb126c Mon Sep 17 00:00:00 2001 From: "Mark J. Horninger" Date: Tue, 6 Feb 2024 10:50:58 -0500 Subject: [PATCH] Rolled version of checkout. --- .github/workflows/publish-to-ansible-galaxy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-to-ansible-galaxy.yml b/.github/workflows/publish-to-ansible-galaxy.yml index 5a7b506..4e1698e 100644 --- a/.github/workflows/publish-to-ansible-galaxy.yml +++ b/.github/workflows/publish-to-ansible-galaxy.yml @@ -7,7 +7,8 @@ jobs: ansible-publish: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 + - uses: ansible/ansible-publish-action@v1.0.0 with: api_key: ${{ secrets.ANSIBLE_GALAXY_API_KEY }}