Skip to content

Commit

Permalink
Bump actions/setup-java from 4.0.0 to 4.1.0 in /.github/actions/setup…
Browse files Browse the repository at this point in the history
…-gear (#377)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent 86a2736 commit caf78e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-gear/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:
username: ${{ github.actor }}
password: ${{ inputs.token }}
# for the sake of maven setup & dependency caching
- uses: actions/setup-java@v4.0.0
- uses: actions/setup-java@v4.1.0
with:
distribution: 'temurin'
java-version: '21'
Expand Down

0 comments on commit caf78e7

Please sign in to comment.