From 7779bbbc4ad959a9f0bac7dd986b3aea5f9a73f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 10:38:04 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .github/workflows/publish-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index d78d31c..3703c67 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repo - uses: actions/checkout@v4.3.1 + uses: actions/checkout@v5.0.1 - name: Check if we need to login and if image should be pushed id: push_check