A wee bit of modernization.

This commit is contained in:
Jeff Geerling
2024-01-24 22:00:32 -06:00
parent de52a1f4c8
commit 4be771f12a
2 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -22,12 +22,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the codebase.
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: 'geerlingguy.certbot'
- name: Set up Python 3.
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: '3.x'