Skip to content

Commit 09d080e

Browse files
chore(deps): update pulumi/actions action to v6
1 parent dc34542 commit 09d080e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
cat $HOME/.kube/config
9696
shell: bash
9797
- name: Deploy with Pulumi
98-
uses: pulumi/actions@v5
98+
uses: pulumi/actions@v6
9999
with:
100100
command: up
101101
stack-name: prod

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
cat $HOME/.kube/config
9696
shell: bash
9797
- name: Deploy with Pulumi
98-
uses: pulumi/actions@v5
98+
uses: pulumi/actions@v6
9999
with:
100100
command: up
101101
stack-name: dev

0 commit comments

Comments
 (0)