Skip to content

Commit 7043377

Browse files
chore(deps): bump pulumi/actions from 3 to 6
Bumps [pulumi/actions](https://github.com/pulumi/actions) from 3 to 6. - [Release notes](https://github.com/pulumi/actions/releases) - [Changelog](https://github.com/pulumi/actions/blob/main/CHANGELOG.md) - [Commits](pulumi/actions@v3...v6) --- updated-dependencies: - dependency-name: pulumi/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cb5469d commit 7043377

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ jobs:
3838

3939
- name: PR previews
4040
if: ${{ github.event_name == 'pull_request' }}
41-
uses: pulumi/actions@v3
41+
uses: pulumi/actions@v6
4242
with:
4343
command: preview
4444
stack-name: ${{ env.PULUMI_STACK_NAME }}
4545
work-dir: ${{ env.PULUMI_WORKING_DIRECTORY }}
4646

4747
- name: Apply infrastructure update
4848
if: ${{ github.event_name == 'push' }}
49-
uses: pulumi/actions@v3
49+
uses: pulumi/actions@v6
5050
with:
5151
command: up
5252
stack-name: ${{ env.PULUMI_STACK_NAME }}

0 commit comments

Comments
 (0)