From 564d3ac5ea9f5b0eaeafe2d8a5cd1dcc416a570c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 18:28:17 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .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..efb3c91 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@v6.0.1 - name: Check if we need to login and if image should be pushed id: push_check