Skip to content

Commit 2925412

Browse files
STRRLclaude
andcommitted
ci(workflows): update release-helm workflow to use ubuntu-latest
Update the Helm chart release workflow from ubuntu-20.04 to ubuntu-latest to use a more recent runner version. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 972eda7 commit 2925412

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-helm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions: read-all
99

1010
jobs:
1111
release-chart:
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4
1515
- name: "Extract Version"

0 commit comments

Comments
 (0)