We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a580be commit d850115Copy full SHA for d850115
2 files changed
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
# Need to fetch 2 commits for the PR (base commit and head merge commit) so we can compute the diff
20
fetch-depth: 2
21
- - uses: actions/setup-java@v2
+ - uses: actions/setup-java@v4
22
23
distribution: zulu
24
java-version: ${{ matrix.java }}
.github/workflows/publish.yml
@@ -17,7 +17,7 @@ jobs:
17
name: Java ${{ matrix.java }}
steps:
- uses: actions/checkout@v2
0 commit comments