Skip to content

Commit 06f369e

Browse files
authored
Merge pull request #902 from serenity-js/renovate/actions-setup-java-5.x
chore(deps): update actions/setup-java action to v5
2 parents aee4436 + abc4b6b commit 06f369e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/setup-node@v6
2121
with:
2222
node-version: ${{ matrix.node-version }}
23-
- uses: actions/setup-java@v4
23+
- uses: actions/setup-java@v5
2424
with:
2525
distribution: 'temurin'
2626
java-version: '17'

0 commit comments

Comments
 (0)