Skip to content

Commit 06e3320

Browse files
committed
fix: actions/setup-java version
1 parent a5bfda4 commit 06e3320

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
fetch-depth: 0
7979

8080
- name: Set up JDK 17
81-
uses: actions/setup-java@v2
81+
uses: actions/setup-java@v4
8282
with:
8383
distribution: 'temurin'
8484
java-version: '17.0'
@@ -114,7 +114,7 @@ jobs:
114114
fetch-depth: 0
115115

116116
- name: Set up JDK 17
117-
uses: actions/setup-java@v2
117+
uses: actions/setup-java@v4
118118
with:
119119
distribution: 'temurin'
120120
java-version: '17.0'

0 commit comments

Comments
 (0)