Skip to content

Commit f32dfd6

Browse files
hugbubbyclaude
andcommitted
ci: fix Pulumi CLI install action
Replace non-existent pulumi/actions-install@v1 with pulumi/setup-pulumi@v2, the official action for installing the Pulumi CLI without running a command. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 49064ce commit f32dfd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ jobs:
401401
run: pnpm install --frozen-lockfile
402402

403403
- name: Install Pulumi CLI
404-
uses: pulumi/actions-install@v1
404+
uses: pulumi/setup-pulumi@v2
405405

406406
- name: Configure kubeconfig
407407
shell: bash

0 commit comments

Comments
 (0)