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:
|
matrix:
|
||||||
java: [ '11', '17' ]
|
java: [ '11', '17' ]
|
||||||
maven: [ '3.8.6' ]
|
maven: [ '3.8.6' ]
|
||||||
os: [ 'ubuntu-20.04' ]
|
os: [ 'ubuntu-22.04' ]
|
||||||
name: Build (Java ${{ matrix.java }}, ${{ matrix.os }})
|
name: Build (Java ${{ matrix.java }}, ${{ matrix.os }})
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
@ -51,7 +51,7 @@ jobs:
|
|||||||
java-version: ${{ matrix.java }}
|
java-version: ${{ matrix.java }}
|
||||||
|
|
||||||
- name: Set up Maven ${{ matrix.maven }}
|
- name: Set up Maven ${{ matrix.maven }}
|
||||||
uses: stCarolas/setup-maven@v4.4
|
uses: stCarolas/setup-maven@v4.5
|
||||||
with:
|
with:
|
||||||
maven-version: ${{ matrix.maven }}
|
maven-version: ${{ matrix.maven }}
|
||||||
|
|
||||||
@ -64,7 +64,7 @@ jobs:
|
|||||||
- name: Get Changed Files
|
- name: Get Changed Files
|
||||||
if: github.head_ref != ''
|
if: github.head_ref != ''
|
||||||
id: files
|
id: files
|
||||||
uses: Ana06/get-changed-files@v2.0.0
|
uses: Ana06/get-changed-files@v2.2.0
|
||||||
with:
|
with:
|
||||||
format: 'csv'
|
format: 'csv'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user