We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c3ada7 + 6ebbeb4 commit 46fca35Copy full SHA for 46fca35
2 files changed
.github/workflows/build-and-release.yml
@@ -85,7 +85,7 @@ jobs:
85
- name: Set up JDK ${{ matrix.java-version }}
86
if: env.TARGET_SELECTED == 'true'
87
# v5.2.0
88
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654
+ uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287
89
with:
90
distribution: temurin
91
java-version: ${{ matrix.java-version }}
.github/workflows/unit-tests.yml
@@ -25,7 +25,7 @@ jobs:
25
fetch-depth: 1
26
27
28
- - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654
+ - uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287
29
30
31
0 commit comments