From d7ba990b992b19c18d976779d06f226bddc7cf5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:30:47 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .github/workflows/hub-description.yaml | 2 +- .github/workflows/lint.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hub-description.yaml b/.github/workflows/hub-description.yaml index cd3e485..dabbeb0 100644 --- a/.github/workflows/hub-description.yaml +++ b/.github/workflows/hub-description.yaml @@ -16,7 +16,7 @@ jobs: runs-on: blacksmith-2vcpu-ubuntu-2404 steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Docker Hub Description uses: peter-evans/dockerhub-description@v5 diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index b96b855..4d1f760 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -15,7 +15,7 @@ jobs: runs-on: blacksmith-2vcpu-ubuntu-2404 steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Lint uses: hadolint/hadolint-action@v3.3.0