Skip to content

Commit

Permalink
Update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and peggimann committed Oct 21, 2024
1 parent 16f1202 commit a5540d9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend-test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 'Backend tests'
on: [push]
jobs:
backend-tests:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
TZ: 'Europe/Zurich'
steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/demo-deploy-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
update-version:
if: github.event.pull_request.merged == true
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
okr-docker-image: ${{ vars.NEW_VALUE_URL }}:${{ steps.store-version.outputs.version}}-DEMO
steps:
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
build-docker-image:
needs: update-version
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
run: echo ${{ needs.update-version.outputs.okr-docker-image}}

e2e-docker:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: [build-docker-image,update-version]
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

build-docker-image:
needs: extract-version
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend-test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 'Frontend tests'
on: [push]
jobs:
unit-tests:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
defaults:
run:
working-directory: frontend
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/staging-deploy-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
update-version:
if: github.event.pull_request.merged == true
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
okr-docker-image: ${{ vars.NEW_VALUE_URL }}:${{ steps.store-version.outputs.version}}-STAGING
steps:
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
build-docker-image:
needs: update-version
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
run: echo ${{ needs.update-version.outputs.okr-docker-image}}

e2e-docker:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: [build-docker-image,update-version]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a5540d9

Please sign in to comment.