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:
4
.github/actions/get-merge-commit/action.yml
vendored
4
.github/actions/get-merge-commit/action.yml
vendored
@@ -86,13 +86,13 @@ runs:
|
|||||||
# Would be great to do the checkouts in git worktrees of the existing spare checkout instead,
|
# Would be great to do the checkouts in git worktrees of the existing spare checkout instead,
|
||||||
# but Nix is broken with them:
|
# but Nix is broken with them:
|
||||||
# https://github.com/NixOS/nix/issues/6073
|
# https://github.com/NixOS/nix/issues/6073
|
||||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||||
with:
|
with:
|
||||||
ref: ${{ inputs.mergedSha || steps.commits.outputs.mergedSha }}
|
ref: ${{ inputs.mergedSha || steps.commits.outputs.mergedSha }}
|
||||||
path: untrusted
|
path: untrusted
|
||||||
|
|
||||||
- if: inputs.target-as-trusted && (inputs.targetSha || steps.commits.outputs.targetSha)
|
- 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:
|
with:
|
||||||
ref: ${{ inputs.targetSha || steps.commits.outputs.targetSha }}
|
ref: ${{ inputs.targetSha || steps.commits.outputs.targetSha }}
|
||||||
path: trusted
|
path: trusted
|
||||||
|
|||||||
Reference in New Issue
Block a user