forked from Mirrors/cloudflare-ddns-docker
Update actions/checkout action to v4
This commit is contained in:
2
.github/workflows/linting.yml
vendored
2
.github/workflows/linting.yml
vendored
@ -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
|
||||||
|
2
.github/workflows/push-container.yml
vendored
2
.github/workflows/push-container.yml
vendored
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user