File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- name : Check out the codebase.
22
- uses : actions/checkout@v2
22
+ uses : actions/checkout@v4
23
23
with :
24
24
path : ' geerlingguy.mysql'
25
25
26
26
- name : Set up Python 3.
27
- uses : actions/setup-python@v2
27
+ uses : actions/setup-python@v5
28
28
with :
29
29
python-version : ' 3.x'
30
30
@@ -50,12 +50,12 @@ jobs:
50
50
51
51
steps :
52
52
- name : Check out the codebase.
53
- uses : actions/checkout@v2
53
+ uses : actions/checkout@v4
54
54
with :
55
55
path : ' geerlingguy.mysql'
56
56
57
57
- name : Set up Python 3.
58
- uses : actions/setup-python@v2
58
+ uses : actions/setup-python@v5
59
59
with :
60
60
python-version : ' 3.x'
61
61
Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ jobs:
22
22
runs-on : ubuntu-latest
23
23
steps :
24
24
- name : Check out the codebase.
25
- uses : actions/checkout@v2
25
+ uses : actions/checkout@v4
26
26
with :
27
27
path : ' geerlingguy.mysql'
28
28
29
29
- name : Set up Python 3.
30
- uses : actions/setup-python@v2
30
+ uses : actions/setup-python@v5
31
31
with :
32
32
python-version : ' 3.x'
33
33
Original file line number Diff line number Diff line change 2
2
role_name_check : 1
3
3
dependency :
4
4
name : galaxy
5
+ options :
6
+ ignore-errors : true
5
7
driver :
6
8
name : docker
7
9
platforms :
8
10
- name : instance
9
- image : " geerlingguy/docker-${MOLECULE_DISTRO:-centos7 }-ansible:latest"
11
+ image : " geerlingguy/docker-${MOLECULE_DISTRO:-rockylinux8 }-ansible:latest"
10
12
command : ${MOLECULE_DOCKER_COMMAND:-""}
11
13
volumes :
12
14
- /sys/fs/cgroup:/sys/fs/cgroup:rw
You can’t perform that action at this time.
0 commit comments