Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent 55a4547 commit 71bd801
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ env:

jobs:
cleanup:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

timeout-minutes: 30

Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
aws ecr delete-repository --force --repository-name ${{ env.STACK_NAME }}-mqtt-bridge
cleanup-http-api-mock:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

timeout-minutes: 5

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ env:
jobs:
print-inputs:
name: Print inputs
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Print inputs
run: |
Expand All @@ -36,7 +36,7 @@ jobs:
docker:
name: Push Docker images to ECR

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

environment: production

Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
docker push ${{ steps.repositoryUri.outputs.repositoryUri }}:${{ matrix.tag }}
deploy:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

environment: production

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:

jobs:
unit-tests:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
http-api-mock:
needs: [unit-tests]

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

timeout-minutes: 5

Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
stack-name:
needs: [unit-tests]

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

outputs:
stackName: ${{ steps.stackName.outputs.stackName }}
Expand All @@ -110,7 +110,7 @@ jobs:
mqtt-bridge-container:
needs: [stack-name, unit-tests]

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

timeout-minutes: 5

Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
- stack-name
- mqtt-bridge-container

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

timeout-minutes: 30

Expand Down Expand Up @@ -277,7 +277,7 @@ jobs:
- e2e-tests
- mqtt-bridge-container

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

if: github.ref == 'refs/heads/saga'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-repo-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
update_repo_info:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 71bd801

Please sign in to comment.