From e5255434b03acac7b0b30f199ed923a57e926fb2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 03:58:03 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .github/workflows/create-base-image.yaml | 2 +- .github/workflows/deploy-release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-base-image.yaml b/.github/workflows/create-base-image.yaml index 8bcb19e..dc8a8b7 100644 --- a/.github/workflows/create-base-image.yaml +++ b/.github/workflows/create-base-image.yaml @@ -18,7 +18,7 @@ jobs: name: Docker Images steps: - name: 📦 Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v5 - name: 🔑 Login to GitHub Container Registry uses: docker/login-action@v2 diff --git a/.github/workflows/deploy-release.yaml b/.github/workflows/deploy-release.yaml index 3a6c033..5fbf919 100644 --- a/.github/workflows/deploy-release.yaml +++ b/.github/workflows/deploy-release.yaml @@ -22,7 +22,7 @@ jobs: steps: - name: 📦 Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v5 - name: 🔑 Login to GitHub Container Registry uses: docker/login-action@v2