Skip to content

Commit 12e4f25

Browse files
chore(deps): update actions/setup-java action to v5
1 parent c489dc0 commit 12e4f25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
contents: read
2020
steps:
2121
- uses: actions/checkout@v3
22-
- uses: actions/setup-java@v3
22+
- uses: actions/setup-java@v5
2323
with:
2424
java-version: "8"
2525
distribution: "adopt"

0 commit comments

Comments
 (0)