Skip to content

Commit 35932b1

Browse files
chore(deps): update actions/setup-java action to v5
1 parent e9f59e6 commit 35932b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-website/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424
using: 'composite'
2525
steps:
2626
- name: Setup Java
27-
uses: actions/setup-java@v4
27+
uses: actions/setup-java@v5
2828
with:
2929
cache: 'maven'
3030
distribution: 'temurin'

0 commit comments

Comments
 (0)