actions/checkout: update github-script action

Dependabot missed this in #441182.
This commit is contained in:
Michael Daniels
2026-03-29 17:47:06 -04:00
parent ffd7ead267
commit 0535f37693
+1 -1
View File
@@ -13,7 +13,7 @@ inputs:
runs:
using: composite
steps:
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
env:
MERGED_SHA: ${{ inputs.merged-as-untrusted-at }}
TARGET_SHA: ${{ inputs.target-as-trusted-at }}