From b92bbab1a3c11c39d8539d37a6d7c4fd471f37ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 08:20:40 +0200 Subject: [PATCH] Bump actions/checkout from 3 to 4 in /check-cla (#125) Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... 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 2d042dc..b368499 100644 --- a/check-cla/action.yml +++ b/check-cla/action.yml @@ -117,7 +117,7 @@ runs: # if unsigned, checkout cla_repo - name: Clone CLA singee repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 if: steps.metadata.outputs.has_signed == 'false' with: repository: ${{ inputs.cla_repo }}