Skip to content

Commit

Permalink
chore(deps): update actions/setup-java action to v3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 24, 2023
1 parent 5435334 commit 40e7519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- name: setup Java
if: steps.cache-paperclip.outputs.cache-hit != 'true'
uses: actions/setup-java@v3.11.0
uses: actions/setup-java@v3.12.0
with:
distribution: 'temurin'
java-version: '16.0.2'
Expand Down

0 comments on commit 40e7519

Please sign in to comment.