From 7d33f56ba8b3053c69db73814b6f7c79627062e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 16:39:03 -0500 Subject: [PATCH] Bump actions/checkout from 4.1.6 to 4.1.7 in /check-cla (#187) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/a5ac7e51b41094c92402da3b24376905380afc29...692973e3d937129bcbf40652eb9f2f61becf3332) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- check-cla/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check-cla/action.yml b/check-cla/action.yml index ead25c16..4783602b 100644 --- a/check-cla/action.yml +++ b/check-cla/action.yml @@ -116,7 +116,7 @@ runs: # if unsigned, checkout cla_repo - name: Clone CLA signee repo - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 if: steps.metadata.outputs.has_signed == 'false' with: repository: ${{ inputs.cla_repo }}