Skip to content

Commit a5d07e8

Browse files
Bump dawidd6/action-ansible-playbook from 4 to 5 (#75)
Bumps [dawidd6/action-ansible-playbook](https://github.com/dawidd6/action-ansible-playbook) from 4 to 5. - [Release notes](https://github.com/dawidd6/action-ansible-playbook/releases) - [Commits](dawidd6/action-ansible-playbook@v4...v5) --- updated-dependencies: - dependency-name: dawidd6/action-ansible-playbook dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0b1869b commit a5d07e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
"https://nsupdate.fedcloud.eu/nic/update?myip=${{ steps.public_ip.outputs.stdout }}"
117117
- name: Configure with ansible
118118
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
119-
uses: dawidd6/action-ansible-playbook@v4
119+
uses: dawidd6/action-ansible-playbook@v5
120120
with:
121121
playbook: playbook.yaml
122122
directory: ./deployment

0 commit comments

Comments
 (0)