From af50f8d1d1d868d64ce278b9f91f5f9d898db58c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 17:52:40 +0000 Subject: [PATCH] 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] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e0decde..01ce3ed 100644 --- a/action.yml +++ b/action.yml @@ -51,7 +51,7 @@ runs: working-directory: '${{ github.action_path }}' shell: bash - - uses: pulumi/actions@8582a9e8cc630786854029b4e09281acd6794b58 # v6.6.1 + - uses: pulumi/actions@8e5e406f4007fca908480587cb9893c07090f58d # v7.0.0 with: command: '${{ inputs.pulumi_command }}' stack-name: '${{ inputs.stack_name }}'