From b2cb0174225d1163730a209a6a433068fa281903 Mon Sep 17 00:00:00 2001 From: Ceki Gulcu Date: Mon, 19 Dec 2022 20:21:52 +0100 Subject: [PATCH] update github action versions Signed-off-by: Ceki Gulcu --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index eff5a05e2..fcb099d26 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,12 +31,12 @@ jobs: fail-fast: true max-parallel: 4 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 50 - name: Set up Java ${{ matrix.jdk }} if: ${{ matrix.jdk != '8' }} - uses: actions/setup-java@v1 + uses: actions/setup-java@v2 with: java-version: ${{ matrix.jdk }} - name: Install