Skip to content

Commit 770458e

Browse files
committed
GH-143 - CI build polish.
1 parent a846b5d commit 770458e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313

1414
steps:
1515

16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v4
1717

1818
- name: Set up JDK 8
19-
uses: actions/setup-java@v2
19+
uses: actions/setup-java@v4
2020
with:
2121
distribution: 'temurin'
2222
java-version: 8

0 commit comments

Comments
 (0)