Skip to content

Commit 9815f87

Browse files
authored
Merge pull request #124 from pulseengine/dependabot/github_actions/actions/setup-java-5
build(deps): bump actions/setup-java from 4 to 5
2 parents 4b0d2e3 + c831611 commit 9815f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Run CI Integrity Checks (lint, fmt, deny, spell, headers, etc.)
6060
run: cargo-wrt verify --detailed
6161
- name: Setup Java for PlantUML (if CheckDocsStrict Dagger pipeline needs it from host - unlikely)
62-
uses: actions/setup-java@v4
62+
uses: actions/setup-java@v5
6363
if: false # Assuming Dagger pipeline for docs is self-contained
6464
with:
6565
distribution: 'temurin'

0 commit comments

Comments
 (0)