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