Skip to content

Commit 6b6367a

Browse files
chore(deps): update actions/setup-java action to v5 (#372)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e9e14a2 commit 6b6367a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- 5432:5432
6161
steps:
6262
- uses: actions/checkout@v5
63-
- uses: actions/setup-java@v4
63+
- uses: actions/setup-java@v5
6464
with:
6565
distribution: "temurin"
6666
java-version: "23"

0 commit comments

Comments
 (0)