Skip to content

Commit eb551c6

Browse files
Update github actions
1 parent e6d2778 commit eb551c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v3
12-
- uses: actions/setup-java@v3
11+
- uses: actions/checkout@v4
12+
- uses: actions/setup-java@v4
1313
with:
1414
java-version: "11"
1515
distribution: "temurin"

0 commit comments

Comments
 (0)