From bae82fd3b445761752db7bf9ed57ccfc9907c017 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:50:32 +0000 Subject: [PATCH] Update actions/checkout action to v6 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/publish.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index abe45b0e..92206afd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -124,7 +124,7 @@ jobs: #-------- Setup of work environment - name: Checkout repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: # fetch-depth 0 checks out all history for all branches and tags. # This is needed to get the authors from git. diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 55ee2761..10e2cf36 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -152,7 +152,7 @@ jobs: console.log(result) return result - name: Checkout repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Check commit messages - Signed-off-by