Skip to content
This repository was archived by the owner on Feb 1, 2025. It is now read-only.

Commit 30bc286

Browse files
chore(deps): update actions/setup-java action to v4 (#37)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e72e8ae commit 30bc286

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
ref: ${{ github.event.inputs.branch }}
3333

3434
- name: Setup JDK
35-
uses: actions/setup-java@v3
35+
uses: actions/setup-java@v4
3636
with:
3737
java-version: '11'
3838
distribution: 'temurin'
@@ -70,7 +70,7 @@ jobs:
7070
ref: ${{ github.event.inputs.branch }}
7171

7272
- name: Setup JDK
73-
uses: actions/setup-java@v3
73+
uses: actions/setup-java@v4
7474
with:
7575
java-version: '11'
7676
distribution: 'temurin'
@@ -89,7 +89,7 @@ jobs:
8989
ref: ${{ github.event.inputs.branch }}
9090

9191
- name: Setup JDK
92-
uses: actions/setup-java@v3
92+
uses: actions/setup-java@v4
9393
with:
9494
java-version: '11'
9595
distribution: 'temurin'

0 commit comments

Comments
 (0)