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 }}