diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9c19d6553..6bb0683dc 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,7 +15,7 @@ jobs: commit_hash: ${{ steps.commit_changes.outputs.commit_hash }} steps: - name: Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Node uses: actions/setup-node@v3 @@ -52,7 +52,7 @@ jobs: deployments: write steps: - name: Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 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/renovate-hugo-modules.yml b/.github/workflows/renovate-hugo-modules.yml index ca328419b..8e3495645 100644 --- a/.github/workflows/renovate-hugo-modules.yml +++ b/.github/workflows/renovate-hugo-modules.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Pull Request HEAD Commit - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha }}