Skip to content

Commit 34ecc70

Browse files
renovate[bot]coderbyheart
authored andcommitted
chore(deps): update dependency ubuntu to v24
1 parent 567f77f commit 34ecc70

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/workflows/cleanup.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env:
2424

2525
jobs:
2626
cleanup:
27-
runs-on: ubuntu-22.04
27+
runs-on: ubuntu-24.04
2828

2929
timeout-minutes: 30
3030

@@ -65,7 +65,7 @@ jobs:
6565
aws ecr delete-repository --force --repository-name ${{ env.STACK_NAME }}-openssl-lambda
6666
6767
cleanup-http-api-mock:
68-
runs-on: ubuntu-22.04
68+
runs-on: ubuntu-24.04
6969

7070
timeout-minutes: 5
7171

.github/workflows/deploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ env:
2626
jobs:
2727
print-inputs:
2828
name: Print inputs
29-
runs-on: ubuntu-22.04
29+
runs-on: ubuntu-24.04
3030
steps:
3131
- name: Print inputs
3232
run: |
@@ -36,7 +36,7 @@ jobs:
3636
docker:
3737
name: Push Docker images to ECR
3838

39-
runs-on: ubuntu-22.04
39+
runs-on: ubuntu-24.04
4040

4141
environment: production
4242

@@ -104,7 +104,7 @@ jobs:
104104
docker push ${{ steps.repositoryUri.outputs.repositoryUri }}:${{ matrix.tag }}
105105
106106
deploy:
107-
runs-on: ubuntu-22.04
107+
runs-on: ubuntu-24.04
108108

109109
environment: production
110110

.github/workflows/test-and-release.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919

2020
jobs:
2121
unit-tests:
22-
runs-on: ubuntu-22.04
22+
runs-on: ubuntu-24.04
2323

2424
steps:
2525
- uses: actions/checkout@v4
@@ -47,7 +47,7 @@ jobs:
4747
http-api-mock:
4848
needs: [unit-tests]
4949

50-
runs-on: ubuntu-22.04
50+
runs-on: ubuntu-24.04
5151

5252
timeout-minutes: 5
5353

@@ -90,7 +90,7 @@ jobs:
9090
stack-name:
9191
needs: [unit-tests]
9292

93-
runs-on: ubuntu-22.04
93+
runs-on: ubuntu-24.04
9494

9595
outputs:
9696
stackName: ${{ steps.stackName.outputs.stackName }}
@@ -109,7 +109,7 @@ jobs:
109109
openssl-lambda-container:
110110
needs: [stack-name, unit-tests]
111111

112-
runs-on: ubuntu-22.04
112+
runs-on: ubuntu-24.04
113113

114114
timeout-minutes: 5
115115

@@ -159,7 +159,7 @@ jobs:
159159
- stack-name
160160
- openssl-lambda-container
161161

162-
runs-on: ubuntu-22.04
162+
runs-on: ubuntu-24.04
163163

164164
timeout-minutes: 30
165165

@@ -248,7 +248,7 @@ jobs:
248248
- e2e-tests
249249
- openssl-lambda-container
250250

251-
runs-on: ubuntu-22.04
251+
runs-on: ubuntu-24.04
252252

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

.github/workflows/update-repo-info.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
update_repo_info:
17-
runs-on: ubuntu-22.04
17+
runs-on: ubuntu-24.04
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v4

0 commit comments

Comments
 (0)