mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
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:
parent
260f58904f
commit
74edb5377c
6
.github/workflows/ci-build.yml
vendored
6
.github/workflows/ci-build.yml
vendored
@ -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'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user