From a40662f9140a19bfdfb4168a239803e5d352b94f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 13:49:46 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/checks.yml | 2 +- .github/workflows/docker.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index cc75988..d9fee08 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -23,7 +23,7 @@ jobs: --health-retries 5 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Read tooling version from .tool-versions id: tool-versions diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 078b1f1..c055098 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Read Tools and App version id: tool-versions