File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 commit_hash : ${{ steps.commit_changes.outputs.commit_hash }}
2424 steps :
2525 - name : Checkout Repository
26- uses : actions/checkout@v5
26+ uses : actions/checkout@v6
2727
2828 - name : Install Node
2929 uses : actions/setup-node@v5
6161 contents : write
6262 steps :
6363 - name : Checkout Repository
64- uses : actions/checkout@v5
64+ uses : actions/checkout@v6
6565 with :
6666 fetch-depth : 0 # Fetch all history for .GitInfo and .Lastmod
6767 ref : ${{ needs.update_hugo_npm_dependencies.outputs.commit_hash }}
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616
1717 - uses : muesli/readme-scribe@v0.1
1818 env :
Original file line number Diff line number Diff line change 1111 contents : write
1212 steps :
1313 - name : Checkout Pull Request HEAD Commit
14- uses : actions/checkout@v5
14+ uses : actions/checkout@v6
1515 with :
1616 ref : ${{ github.event.pull_request.head.sha }}
1717
You can’t perform that action at this time.
0 commit comments