Skip to content

Commit

Permalink
GitHub Actions workflow upgrades (openhab#13915)
Browse files Browse the repository at this point in the history
* Upgrade actions to fix deprecation warnings
* Use ubuntu-22.04 for builds

Signed-off-by: Wouter Born <[email protected]>
  • Loading branch information
wborn authored Dec 11, 2022
1 parent 260f589 commit 74edb53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 }}

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

Expand Down

0 comments on commit 74edb53

Please sign in to comment.