Skip to content

Commit 04fc169

Browse files
Merge pull request #200 from usefulness/renovate/actions-setup-java-5.x
chore(deps): update actions/setup-java action to v5
2 parents 150aebd + 8d992b7 commit 04fc169

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919

20-
- uses: actions/setup-java@v4
20+
- uses: actions/setup-java@v5
2121
with:
2222
distribution: 'temurin'
2323
java-version-file: .java-version
@@ -89,7 +89,7 @@ jobs:
8989
with:
9090
fetch-depth: 0
9191

92-
- uses: actions/setup-java@v4
92+
- uses: actions/setup-java@v5
9393
with:
9494
distribution: 'temurin'
9595
java-version-file: .java-version
@@ -153,7 +153,7 @@ jobs:
153153
with:
154154
fetch-depth: 0
155155

156-
- uses: actions/setup-java@v4
156+
- uses: actions/setup-java@v5
157157
with:
158158
distribution: 'temurin'
159159
java-version-file: .java-version

0 commit comments

Comments
 (0)