Skip to content

Commit b269a74

Browse files
Bump actions/setup-java from 4 to 5 (#52)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b170ff1 commit b269a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
build_and_ghpages:
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/setup-java@v4
28+
- uses: actions/setup-java@v5
2929
with:
3030
distribution: 'temurin'
3131
java-version: '21'

0 commit comments

Comments
 (0)