Skip to content

Commit bc553cf

Browse files
committed
Bump GHA
1 parent 7aa484a commit bc553cf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ on:
55
branches: [ master ]
66
paths:
77
- 'charts/**'
8+
- '.github/workflows/release.yml'
89

910
jobs:
1011
# https://helm.sh/docs/howto/chart_releaser_action/
1112
release:
12-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-24.04
1314
steps:
1415
- name: Checkout
1516
uses: actions/checkout@v4
@@ -27,6 +28,6 @@ jobs:
2728
helm repo update
2829
2930
- name: Run chart-releaser
30-
uses: helm/chart-releaser-action@v1.5.0
31+
uses: helm/chart-releaser-action@v1.7.0
3132
env:
3233
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)