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.php-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
@@ -47,12 +47,12 @@ jobs:
47
47
48
48
steps :
49
49
- name : Check out the codebase.
50
- uses : actions/checkout@v2
50
+ uses : actions/checkout@v4
51
51
with :
52
52
path : ' geerlingguy.php-mysql'
53
53
54
54
- name : Set up Python 3.
55
- uses : actions/setup-python@v2
55
+ uses : actions/setup-python@v5
56
56
with :
57
57
python-version : ' 3.x'
58
58
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.php-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 : 2
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