From ba76acc24148c42bfd8fe517671207af45e9072f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 20 Nov 2025 16:28:24 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .github/workflows/docker-build-push.yml | 2 +- .github/workflows/renovate.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-build-push.yml b/.github/workflows/docker-build-push.yml index e355099..4705264 100644 --- a/.github/workflows/docker-build-push.yml +++ b/.github/workflows/docker-build-push.yml @@ -60,7 +60,7 @@ jobs: echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV - name: Check out repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up QEMU (if needed) # This 'if' condition makes it run only on jobs diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index f97a47f..c0ee791 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -27,7 +27,7 @@ jobs: # This is required so Renovate can find your renovate.json # and other repository files. This fixes "No repositories found". - name: Check out repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Run Renovate # Use the official Renovate GitHub Action