We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 552a039 commit 5d51436Copy full SHA for 5d51436
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
pull-requests: write
25
issues: write
26
steps:
27
- - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
+ - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
28
29
- uses: capralifecycle/actions-lib/check-runtime-dependencies@0ce63296cc44accd75acd8d0c56e73014b937e83 # v1.6.3
30
.github/workflows/update-snapshots.yml
@@ -59,7 +59,7 @@ jobs:
59
});
60
core.setOutput('head_ref', pr.head.ref);
61
62
63
with:
64
ref: ${{ steps.pr.outputs.head_ref }}
65
fetch-depth: 0
0 commit comments