Skip to content

Commit 674fbb5

Browse files
chore(deps): update actions/setup-java action to v5
1 parent ef32a7f commit 674fbb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)