Skip to content

Commit 111fe44

Browse files
chore(deps): update actions/setup-java action to v5
1 parent b9ec928 commit 111fe44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v4
2323

2424
- name: ☕ Setup Java ${{ env.JAVA_VERSION }}
25-
uses: actions/setup-java@v4
25+
uses: actions/setup-java@v5
2626
with:
2727
distribution: ${{ env.JAVA_DISTRIBUTION }}
2828
java-version: ${{ env.JAVA_VERSION }}
@@ -45,7 +45,7 @@ jobs:
4545
fetch-depth: 0
4646

4747
- name: ☕ Setup Java ${{ env.JAVA_VERSION }}
48-
uses: actions/setup-java@v4
48+
uses: actions/setup-java@v5
4949
with:
5050
distribution: ${{ env.JAVA_DISTRIBUTION }}
5151
java-version: ${{ env.JAVA_VERSION }}

0 commit comments

Comments
 (0)