Commit 5acde21 1 parent 6e790db commit 5acde21 Copy full SHA for 5acde21
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-20.04
19
19
steps :
20
20
- name : checkout
21
- uses : actions/checkout@v3
21
+ uses : actions/checkout@v4
22
22
- name : ansible-lint
23
23
uses : ansible-community/ansible-lint-action@main
24
24
test :
57
57
tag : " bionic"
58
58
steps :
59
59
- name : checkout
60
- uses : actions/checkout@v3
60
+ uses : actions/checkout@v4
61
61
with :
62
62
path : " ${{ github.repository }}"
63
63
# - name: disable apparmor for mysql
Original file line number Diff line number Diff line change 15
15
contents : write
16
16
steps :
17
17
- name : checkout
18
- uses : actions/checkout@v3
18
+ uses : actions/checkout@v4
19
19
with :
20
20
path : ${{ github.repository }}
21
21
- name : create png
Original file line number Diff line number Diff line change 12
12
build :
13
13
runs-on : " ubuntu-20.04"
14
14
steps :
15
- - uses : " actions/checkout@master "
15
+ - uses : actions/checkout@v4
16
16
- name : " TODO to Issue"
17
17
18
18
id : " todo"
You can’t perform that action at this time.
0 commit comments