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 924f567 commit 33808a0Copy full SHA for 33808a0
.github/actions/pre-commit/action.yml
@@ -26,7 +26,7 @@ inputs:
26
runs:
27
using: "composite"
28
steps:
29
- - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
+ - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
30
if: inputs.skip_checkout == 'false'
31
env:
32
REF_TO_CHECKOUT: ${{ inputs.auto-commit == 'true' && github.head_ref || '' }}
0 commit comments