actions/get-merge-commit: bump actions/checkout to v5.0.0

A previous commit from Dependabot did this for all the workflows, but
Dependabot doesn't update the actions folder, apparently.
This commit is contained in:
Wolfgang Walther 2025-08-11 17:57:55 +02:00
parent 8a9f0b8a47
commit 46d5594714
No known key found for this signature in database
GPG Key ID: B39893FA5F65CAE1

View File

@ -86,13 +86,13 @@ runs:
# Would be great to do the checkouts in git worktrees of the existing spare checkout instead,
# but Nix is broken with them:
# https://github.com/NixOS/nix/issues/6073
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
ref: ${{ inputs.mergedSha || steps.commits.outputs.mergedSha }}
path: untrusted
- if: inputs.target-as-trusted && (inputs.targetSha || steps.commits.outputs.targetSha)
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
ref: ${{ inputs.targetSha || steps.commits.outputs.targetSha }}
path: trusted