Skip to content

Commit 2a14492

Browse files
chore(deps): update actions/setup-java action to v5 (#179)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7046602 commit 2a14492

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717
- name: Set up Java
18-
uses: actions/setup-java@v4.7.1
18+
uses: actions/setup-java@v5.0.0
1919
with:
2020
distribution: temurin
2121
java-version: 17
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
fetch-depth: 0
4141
- name: Set up Java
42-
uses: actions/setup-java@v4.7.1
42+
uses: actions/setup-java@v5.0.0
4343
with:
4444
distribution: temurin
4545
java-version: 17
@@ -56,7 +56,7 @@ jobs:
5656
- name: Checkout current branch
5757
uses: actions/[email protected]
5858
- name: Setup Java
59-
uses: actions/setup-java@v4.7.1
59+
uses: actions/setup-java@v5.0.0
6060
with:
6161
distribution: temurin
6262
java-version: 17

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616
- name: Setup Java
17-
uses: actions/setup-java@v4.7.1
17+
uses: actions/setup-java@v5.0.0
1818
with:
1919
distribution: temurin
2020
java-version: 17

0 commit comments

Comments
 (0)