Skip to content

Commit 3a630bf

Browse files
committed
DNM: examining gh actions
1 parent 9d4ee11 commit 3a630bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ansible-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: checks-out the repository under $GITHUB_WORKSPACE
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@v4
1212
- name: run ansible-lint
13-
uses: ansible/ansible-lint-action@main
13+
uses: ansible-actions/ansible-lint-action@v1.0.3
1414
with:
1515
path: playbooks/

playbooks/prepare_stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
----
22
- hosts: standalone
33
become: true
44
become_user: stack

0 commit comments

Comments
 (0)