Skip to content

Commit 0c8a7ee

Browse files
Update actions/setup-java action to v5
1 parent f2ab5f0 commit 0c8a7ee

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
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v3
11-
- uses: actions/setup-java@v3
11+
- uses: actions/setup-java@v5
1212
with:
1313
java-version: "8"
1414
distribution: "adopt"

0 commit comments

Comments
 (0)