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 Jan 12, 2025
1 parent 6b839bc commit 05ada0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chart-release-library.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
generate-readme:
name: Auto-generate chart README
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Get token
id: get-app-token
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
file_pattern: charts/library/**

release-charts:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
- generate-readme
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/chart-release-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
generate-readme:
name: Auto-generate chart README
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Get token
id: get-app-token
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
file_pattern: charts/stable/**

release-charts:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
- generate-readme
steps:
Expand Down

0 comments on commit 05ada0c

Please sign in to comment.