Skip to content

Commit 9e92479

Browse files
committed
repush
1 parent e560fa2 commit 9e92479

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v3
2222

2323
- name: Compile and Build JAR
2424
run: |
@@ -47,7 +47,7 @@ jobs:
4747

4848
steps:
4949
- name: Checkout code
50-
uses: actions/checkout@v2
50+
uses: actions/checkout@v3
5151

5252
- name: Download JAR from artifact
5353
uses: actions/download-artifact@v2
@@ -80,7 +80,7 @@ jobs:
8080

8181
steps:
8282
- name: Checkout code
83-
uses: actions/checkout@v2
83+
uses: actions/checkout@v3
8484

8585
- name: Download JAR from artifact
8686
uses: actions/download-artifact@v2

0 commit comments

Comments
 (0)