From f03b252de767233331ccc86e8a6919aec93ce52d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 09:53:38 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 in /.github/actions/maven-release 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] --- .github/actions/maven-release/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/maven-release/action.yml b/.github/actions/maven-release/action.yml index 18fe9d0bc..59a081803 100644 --- a/.github/actions/maven-release/action.yml +++ b/.github/actions/maven-release/action.yml @@ -68,7 +68,7 @@ runs: echo "RELEASE_VERSION=$RELEASE_VERSION" >> $GITHUB_ENV - name: Checkout ${{ inputs.repo }} - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: '${{ inputs.repo }}' ref: ${{ inputs.base-ref }}