Skip to content

Commit 33808a0

Browse files
Bump actions/checkout from 4.2.0 to 4.2.1 in /.github/actions/pre-commit in the catch-all group (#772)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 924f567 commit 33808a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/pre-commit/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ inputs:
2626
runs:
2727
using: "composite"
2828
steps:
29-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
29+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
3030
if: inputs.skip_checkout == 'false'
3131
env:
3232
REF_TO_CHECKOUT: ${{ inputs.auto-commit == 'true' && github.head_ref || '' }}

0 commit comments

Comments
 (0)