Skip to content

Commit

Permalink
Update actions/setup-java digest to c3ac5dd
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 7, 2022
1 parent 5512823 commit 5ff2206
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 @@ -23,7 +23,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up JDK
uses: actions/setup-java@19eeec562b37d29a1ad055b7de9c280bd0906d8d # v3
uses: actions/setup-java@c3ac5dd0ed8db40fedb61c32fbe677e6b355e94c # 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@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
- name: Set up JDK
uses: actions/setup-java@19eeec562b37d29a1ad055b7de9c280bd0906d8d # v3
uses: actions/setup-java@c3ac5dd0ed8db40fedb61c32fbe677e6b355e94c # v3
with:
java-version: 11
distribution: 'zulu'
Expand Down

0 comments on commit 5ff2206

Please sign in to comment.