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 }}