Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v24 (#2754)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency ubuntu to v24

* Update terraform-validate-ci.yaml

---------

Co-authored-by: Olivier Bourgeois <[email protected]>
  • Loading branch information
renovate-bot and bourgeoisor authored Nov 5, 2024
1 parent a7a4593 commit 92163eb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm-chart-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
- '.github/workflows/helm-chart-ci.yaml'
jobs:
helm-chart-ci:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: helm lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kubevious-manifests-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ permissions:
contents: read
jobs:
kubevious-manifests-ci:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 1
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kustomize-build-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
- '.github/workflows/kustomize-build-ci.yaml'
jobs:
kustomize-build-ci:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: kustomize build base
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/terraform-validate-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ on:
- '.github/workflows/terraform-validate-ci.yaml'
jobs:
terraform-validate-ci:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-terraform@v3
- name: terraform init & validate
run: |
cd terraform/
Expand Down

0 comments on commit 92163eb

Please sign in to comment.