Skip to content

Commit 0958878

Browse files
committed
Update actions/setup-java to v5
1 parent e06a4b2 commit 0958878

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
ref: ${{ inputs.branch }}
2323
- name: Install JDK
24-
uses: actions/setup-java@v2
24+
uses: actions/setup-java@v5
2525
with:
2626
java-version: ${{ inputs.jdk }}
2727
distribution: temurin

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
ref: ${{ inputs.branch }}
2323
- name: Install JDK
24-
uses: actions/setup-java@v2
24+
uses: actions/setup-java@v5
2525
with:
2626
java-version: ${{ inputs.jdk }}
2727
distribution: temurin

0 commit comments

Comments
 (0)