File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-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.certbot'
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
4747 - distro : centos7
4848 playbook : converge.yml
4949 experimental : false
50- - distro : ubuntu1804
50+ - distro : ubuntu2004
5151 playbook : converge.yml
5252 experimental : false
5353 - distro : debian10
@@ -64,12 +64,12 @@ jobs:
6464
6565 steps :
6666 - name : Check out the codebase.
67- uses : actions/checkout@v2
67+ uses : actions/checkout@v4
6868 with :
6969 path : ' geerlingguy.certbot'
7070
7171 - name : Set up Python 3.
72- uses : actions/setup-python@v2
72+ uses : actions/setup-python@v5
7373 with :
7474 python-version : ' 3.x'
7575
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.certbot'
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
You can’t perform that action at this time.
0 commit comments