File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
SUITE : default
17
17
steps :
18
18
- name : Check out the codebase.
19
- uses : actions/checkout@v4
19
+ uses : actions/checkout@v5
20
20
with :
21
21
path : ${{ env.ANSIBLE_ROLE }}
22
22
Original file line number Diff line number Diff line change 11
11
pre-commit :
12
12
runs-on : ubuntu-24.04
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v5
15
15
- uses : actions/setup-python@v5
16
16
with :
17
17
python-version : ' 3.x'
Original file line number Diff line number Diff line change 38
38
- os : " rockylinux9"
39
39
steps :
40
40
- name : checkout
41
- uses : actions/checkout@v4
41
+ uses : actions/checkout@v5
42
42
with :
43
43
path : " ${{ github.repository }}"
44
44
82
82
- os : " rockylinux9"
83
83
steps :
84
84
- name : checkout
85
- uses : actions/checkout@v4
85
+ uses : actions/checkout@v5
86
86
with :
87
87
path : " ${{ github.repository }}"
88
88
You can’t perform that action at this time.
0 commit comments