From 2f93b4f27248d877b80877fff558a33c4ebcaf4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Nov 2025 00:13:29 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .github/workflows/ghcr-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ghcr-publish.yml b/.github/workflows/ghcr-publish.yml index c045eda..8d89d6a 100644 --- a/.github/workflows/ghcr-publish.yml +++ b/.github/workflows/ghcr-publish.yml @@ -20,7 +20,7 @@ jobs: outputs: version: ${{ steps.extract_version.outputs.version }} steps: - - uses: actions/checkout@v4 # Add this to checkout the repository + - uses: actions/checkout@v6 # Add this to checkout the repository - name: Prepare run: |