Skip to content

Commit 1cfe9f6

Browse files
Bump dawidd6/action-ansible-playbook from 6 to 7
Bumps [dawidd6/action-ansible-playbook](https://github.com/dawidd6/action-ansible-playbook) from 6 to 7. - [Release notes](https://github.com/dawidd6/action-ansible-playbook/releases) - [Commits](dawidd6/action-ansible-playbook@v6...v7) --- updated-dependencies: - dependency-name: dawidd6/action-ansible-playbook dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 94ef864 commit 1cfe9f6

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
@@ -119,7 +119,7 @@ jobs:
119119
"https://nsupdate.fedcloud.eu/nic/update?myip=${{ steps.public_ip.outputs.stdout }}"
120120
- name: Configure with ansible
121121
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
122-
uses: dawidd6/action-ansible-playbook@v6
122+
uses: dawidd6/action-ansible-playbook@v7
123123
with:
124124
playbook: playbook.yaml
125125
directory: ./deployment

0 commit comments

Comments
 (0)