Skip to content

Commit b2cb017

Browse files
committed
update github action versions
Signed-off-by: Ceki Gulcu <[email protected]>
1 parent fa6721a commit b2cb017

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
fail-fast: true
3232
max-parallel: 4
3333
steps:
34-
- uses: actions/checkout@v2
34+
- uses: actions/checkout@v3
3535
with:
3636
fetch-depth: 50
3737
- name: Set up Java ${{ matrix.jdk }}
3838
if: ${{ matrix.jdk != '8' }}
39-
uses: actions/setup-java@v1
39+
uses: actions/setup-java@v2
4040
with:
4141
java-version: ${{ matrix.jdk }}
4242
- name: Install

0 commit comments

Comments
 (0)