diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 4687d2e..3d37826 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checks out repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Set up Python 3.9 id: python diff --git a/.github/workflows/push-container.yml b/.github/workflows/push-container.yml index e445920..41b0fdf 100644 --- a/.github/workflows/push-container.yml +++ b/.github/workflows/push-container.yml @@ -25,7 +25,7 @@ jobs: # Check out the current repository in the `cloudflare-ddns-docker` subdirectory - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: path: cloudflare-ddns-docker