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:
1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Check out the codebase.
22- uses : actions/checkout@v2
22+ uses : actions/checkout@v4
2323 with :
2424 path : ' geerlingguy.php-redis'
2525
2626 - name : Set up Python 3.
27- uses : actions/setup-python@v2
27+ uses : actions/setup-python@v5
2828 with :
2929 python-version : ' 3.x'
3030
@@ -46,12 +46,12 @@ jobs:
4646
4747 steps :
4848 - name : Check out the codebase.
49- uses : actions/checkout@v2
49+ uses : actions/checkout@v4
5050 with :
5151 path : ' geerlingguy.php-redis'
5252
5353 - name : Set up Python 3.
54- uses : actions/setup-python@v2
54+ uses : actions/setup-python@v5
5555 with :
5656 python-version : ' 3.x'
5757
Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ jobs:
2222 runs-on : ubuntu-latest
2323 steps :
2424 - name : Check out the codebase.
25- uses : actions/checkout@v2
25+ uses : actions/checkout@v4
2626 with :
2727 path : ' geerlingguy.php-redis'
2828
2929 - name : Set up Python 3.
30- uses : actions/setup-python@v2
30+ uses : actions/setup-python@v5
3131 with :
3232 python-version : ' 3.x'
3333
Original file line number Diff line number Diff line change 22role_name_check : 1
33dependency :
44 name : galaxy
5+ options :
6+ ignore-errors : true
57driver :
68 name : docker
79platforms :
810 - name : instance
9- image : " geerlingguy/docker-${MOLECULE_DISTRO:-centos7 }-ansible:latest"
11+ image : " geerlingguy/docker-${MOLECULE_DISTRO:-rockylinux8 }-ansible:latest"
1012 command : ${MOLECULE_DOCKER_COMMAND:-""}
1113 volumes :
1214 - /sys/fs/cgroup:/sys/fs/cgroup:rw
You can’t perform that action at this time.
0 commit comments