GitHub Actions workflow upgrades (#13915)

* Upgrade actions to fix deprecation warnings
* Use ubuntu-22.04 for builds

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born 2022-12-11 17:38:47 +01:00 committed by GitHub
parent 260f58904f
commit 74edb5377c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'