Skip to content

Commit c8da091

Browse files
Update github actions
1 parent 6d697fd commit c8da091

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ jobs:
4444

4545
- name: Run Claude Code
4646
id: claude
47-
uses: anthropics/claude-code-action@fbda2eb1bdc90d319b8d853f5deb53bca199a7c1 # v1
47+
uses: anthropics/claude-code-action@4d7e1f0cd85743fdc93b1c8040ab54395da024e2 # v1
4848
with:
4949
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}

.github/workflows/helm-charts-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up Helm
2929
uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
3030
with:
31-
version: v3.14.0
31+
version: v3.21.1
3232

3333
- name: Set up chart-testing
3434
uses: helm/chart-testing-action@6ec842c01de15ebb84c8627d2744a0c2f2755c9f # v2.8.0

.github/workflows/helm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Set up Helm
3333
uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5
3434
with:
35-
version: 'v3.14.0'
35+
version: 'v3.21.1'
3636

3737
- name: Install Cosign
3838
uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2

0 commit comments

Comments
 (0)