Skip to content

Commit e443436

Browse files
author
Alexis Huvier
committed
fix(build)
1 parent 403861f commit e443436

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Set up JDK 17
14-
used: actions/setup-java@v3
14+
uses: actions/setup-java@v3
1515
with:
1616
java-version: 17
1717
distribution: 'zulu'
1818

19-
- used: actions/checkout@v3
19+
- uses: actions/checkout@v3
2020
with:
2121
fetch-depth: 0
2222

0 commit comments

Comments
 (0)