We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 523e783 commit 097a4dbCopy full SHA for 097a4db
2 files changed
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
25
26
- name: Setup Java
27
- uses: actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4
+ uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5
28
with:
29
distribution: temurin
30
java-version: 25
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
token: ${{ steps.app-token.outputs.token }}
31
32
33
34
35
36
0 commit comments