Skip to content

Commit 4be771f

Browse files
committed
A wee bit of modernization.
1 parent de52a1f commit 4be771f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

@@ -47,7 +47,7 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)