Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
chore(deps): update pulumi/actions action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 2, 2024
1 parent b720a28 commit fd6ed9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pulumi-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install deps
run: pnpm install --frozen-lockfile --prefer-offline

- uses: pulumi/actions@v4
- uses: pulumi/actions@v5
with:
command: preview
stack-name: pedaki/infrastructure/dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pulumi-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install deps
run: pnpm install --frozen-lockfile --prefer-offline

- uses: pulumi/actions@v4
- uses: pulumi/actions@v5
with:
command: up
stack-name: pedaki/infrastructure/${{ github.event.inputs.environment || 'dev' }}
Expand Down

0 comments on commit fd6ed9a

Please sign in to comment.