Skip to content

Commit

Permalink
Update actions/setup-java digest to 16cca54 (#2697)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 26, 2022
1 parent 55fbc47 commit f46228a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up JDK
uses: actions/setup-java@860f60056505705214d223b91ed7a30f173f6142 # tag=v3
uses: actions/setup-java@16cca5479d7c6b6843f6a6515640ba33c6501543 # tag=v3
with:
distribution: 'zulu'
java-version: ${{ matrix.java_version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
- name: Set up JDK
uses: actions/setup-java@860f60056505705214d223b91ed7a30f173f6142 # tag=v3
uses: actions/setup-java@16cca5479d7c6b6843f6a6515640ba33c6501543 # tag=v3
with:
java-version: 11
distribution: 'zulu'
Expand Down

0 comments on commit f46228a

Please sign in to comment.