From 4266d47adbe878f8a3dc5a97322b3341cb3cbcc8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 14:51:48 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/publish.yml | 4 ++-- .github/workflows/readme-scribe.yml | 2 +- .github/workflows/renovate-hugo-modules.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 89ef1ef6..90e3b88f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,7 +23,7 @@ jobs: commit_hash: ${{ steps.commit_changes.outputs.commit_hash }} steps: - name: Checkout Repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install Node uses: actions/setup-node@v5 @@ -61,7 +61,7 @@ jobs: contents: write steps: - name: Checkout Repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod ref: ${{ needs.update_hugo_npm_dependencies.outputs.commit_hash }} diff --git a/.github/workflows/readme-scribe.yml b/.github/workflows/readme-scribe.yml index 9de14bc8..9d6211f0 100644 --- a/.github/workflows/readme-scribe.yml +++ b/.github/workflows/readme-scribe.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: muesli/readme-scribe@v0.1 env: diff --git a/.github/workflows/renovate-hugo-modules.yml b/.github/workflows/renovate-hugo-modules.yml index 020ce345..f1ff1c7f 100644 --- a/.github/workflows/renovate-hugo-modules.yml +++ b/.github/workflows/renovate-hugo-modules.yml @@ -11,7 +11,7 @@ jobs: contents: write steps: - name: Checkout Pull Request HEAD Commit - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.sha }}