From bf3d4010265b5117c91f4accda57e482374fe22e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 11 Jun 2024 14:41:17 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/linting.yml | 2 +- .github/workflows/push-container.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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