From 80af6ee50dffa177af566c1415ae21833ea3bae3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 19:53:40 +0000 Subject: [PATCH] chore(deps): bump pulumi/actions from 6.6.1 to 7.0.0 Bumps [pulumi/actions](https://github.com/pulumi/actions) from 6.6.1 to 7.0.0. - [Release notes](https://github.com/pulumi/actions/releases) - [Changelog](https://github.com/pulumi/actions/blob/main/CHANGELOG.md) - [Commits](https://github.com/pulumi/actions/compare/8582a9e8cc630786854029b4e09281acd6794b58...8e5e406f4007fca908480587cb9893c07090f58d) --- updated-dependencies: - dependency-name: pulumi/actions dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/previews-shared-deploy.yml | 2 +- .github/workflows/stack-deploy.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/previews-shared-deploy.yml b/.github/workflows/previews-shared-deploy.yml index 4193784b..c53805fc 100644 --- a/.github/workflows/previews-shared-deploy.yml +++ b/.github/workflows/previews-shared-deploy.yml @@ -147,7 +147,7 @@ jobs: true - name: Deploy - uses: pulumi/actions@8582a9e8cc630786854029b4e09281acd6794b58 # v6 + uses: pulumi/actions@8e5e406f4007fca908480587cb9893c07090f58d # v7.0.0 with: command: up stack-name: ${{ inputs.stack_name || 'previews-shared' }} diff --git a/.github/workflows/stack-deploy.yml b/.github/workflows/stack-deploy.yml index 4063e8ae..c1a9a7db 100644 --- a/.github/workflows/stack-deploy.yml +++ b/.github/workflows/stack-deploy.yml @@ -201,7 +201,7 @@ jobs: true - name: Deploy - uses: pulumi/actions@8582a9e8cc630786854029b4e09281acd6794b58 # v6 + uses: pulumi/actions@8e5e406f4007fca908480587cb9893c07090f58d # v7.0.0 with: command: up stack-name: ${{ inputs.stack_name }} @@ -240,7 +240,7 @@ jobs: run: bun install --frozen-lockfile - name: Destroy - uses: pulumi/actions@8582a9e8cc630786854029b4e09281acd6794b58 # v6 + uses: pulumi/actions@8e5e406f4007fca908480587cb9893c07090f58d # v7.0.0 with: command: destroy stack-name: ${{ inputs.stack_name }}