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.

(cherry picked from commit 46d5594714)
This commit is contained in:
Wolfgang Walther
2025-08-11 17:57:55 +02:00
committed by github-actions[bot]
parent 06c8d5c918
commit 41315a2699

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