From 74edb5377cfa0cfb38a5012660f9a90526278166 Mon Sep 17 00:00:00 2001 From: Wouter Born Date: Sun, 11 Dec 2022 17:38:47 +0100 Subject: [PATCH] GitHub Actions workflow upgrades (#13915) * Upgrade actions to fix deprecation warnings * Use ubuntu-22.04 for builds Signed-off-by: Wouter Born --- .github/workflows/ci-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index e3a7cd47e..9e248c2c2 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -20,7 +20,7 @@ jobs: matrix: java: [ '11', '17' ] maven: [ '3.8.6' ] - os: [ 'ubuntu-20.04' ] + os: [ 'ubuntu-22.04' ] name: Build (Java ${{ matrix.java }}, ${{ matrix.os }}) runs-on: ${{ matrix.os }} steps: @@ -51,7 +51,7 @@ jobs: java-version: ${{ matrix.java }} - name: Set up Maven ${{ matrix.maven }} - uses: stCarolas/setup-maven@v4.4 + uses: stCarolas/setup-maven@v4.5 with: maven-version: ${{ matrix.maven }} @@ -64,7 +64,7 @@ jobs: - name: Get Changed Files if: github.head_ref != '' id: files - uses: Ana06/get-changed-files@v2.0.0 + uses: Ana06/get-changed-files@v2.2.0 with: format: 'csv'