Update actions/checkout action to v4

This commit is contained in:
2024-06-11 14:41:17 +00:00
parent 0743d7fa6d
commit bf3d401026
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ jobs:
steps: steps:
- name: Checks out repository - name: Checks out repository
uses: actions/checkout@v2 uses: actions/checkout@v4
- name: Set up Python 3.9 - name: Set up Python 3.9
id: python id: python

View File

@ -25,7 +25,7 @@ jobs:
# Check out the current repository in the `cloudflare-ddns-docker` subdirectory # Check out the current repository in the `cloudflare-ddns-docker` subdirectory
- name: Checkout code - name: Checkout code
uses: actions/checkout@v2 uses: actions/checkout@v4
with: with:
path: cloudflare-ddns-docker path: cloudflare-ddns-docker