From 98fa1711d888e2f4c211e572fa31be581c6d4bdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 11:11:48 +0200 Subject: [PATCH] Bump actions/checkout from 4.2.0 to 4.2.1 in /.github/actions/maven-release in the catch-all group (#768) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 46989d4e1..2414175a9 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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: repository: '${{ inputs.repo }}' ref: ${{ inputs.base-ref }}