Skip to content

Commit 064fa42

Browse files
committed
fix yml file
1 parent 26b0886 commit 064fa42

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
python-version: '3.9'
2929

3030
- name: Set up JDK
31-
uses: actions/setup-java@v2
32-
with:
33-
java-version: '17'
31+
uses: actions/setup-java@v3
32+
with:
33+
java-version: '17'
3434

3535
- name: Set up Maven
3636
run: sudo apt-get install -y maven
@@ -42,7 +42,7 @@ jobs:
4242
pip install awscli-local
4343
4444
- name: Build project
45-
run: |
45+
run: |
4646
cd shipment-picture-lambda-validator
4747
mvn clean package shade:shade
4848

0 commit comments

Comments
 (0)