We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 457f20f commit 1724e45Copy full SHA for 1724e45
.github/workflows/backport.yaml
@@ -38,7 +38,7 @@ jobs:
38
39
# This is required for backport action to cherry-pick the PR
40
- name: Fetch PR ref
41
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
+ uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
42
with:
43
ref: ${{ github.event.pull_request.head.sha }}
44
token: ${{ steps.app-token.outputs.token }}
0 commit comments