Skip to content

Commit d850115

Browse files
authored
Update actions/setup-java version to v4 to fix cache service issue.
1 parent 3a580be commit d850115

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
# Need to fetch 2 commits for the PR (base commit and head merge commit) so we can compute the diff
2020
fetch-depth: 2
21-
- uses: actions/setup-java@v2
21+
- uses: actions/setup-java@v4
2222
with:
2323
distribution: zulu
2424
java-version: ${{ matrix.java }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Java ${{ matrix.java }}
1818
steps:
1919
- uses: actions/checkout@v2
20-
- uses: actions/setup-java@v2
20+
- uses: actions/setup-java@v4
2121
with:
2222
distribution: zulu
2323
java-version: ${{ matrix.java }}

0 commit comments

Comments
 (0)