From 37c84c3dd92bd33a593b84d513e067be75012cfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Mar 2022 04:12:43 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 2 to 3 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [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/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2c7025a..7d4cd65 100644 --- a/action.yml +++ b/action.yml @@ -56,7 +56,7 @@ runs: echo -e "Given \"checkout\" input is not a valid JSON object.\n$CHECKOUT_INPUT" exit 1 - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 if: inputs.checkout != 'false' with: token: ${{ steps.prepare-checkout.outputs.token || github.token }}