From 346dd631e8cff00217a6281d788c6041dac77422 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 09:56:01 +0200 Subject: [PATCH] Bump actions/checkout from 4.1.7 to 4.2.0 in /.github/actions/pre-commit in the catch-all group (#759) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/actions/pre-commit/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/pre-commit/action.yml b/.github/actions/pre-commit/action.yml index 044167377..bebcb4053 100644 --- a/.github/actions/pre-commit/action.yml +++ b/.github/actions/pre-commit/action.yml @@ -26,7 +26,7 @@ inputs: runs: using: "composite" steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 if: inputs.skip_checkout == 'false' env: REF_TO_CHECKOUT: ${{ inputs.auto-commit == 'true' && github.head_ref || '' }}