From 862d30e1d1a08cb1f74d81536c4b7a48491b1083 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 17:36:28 +0000 Subject: [PATCH] Bump pulumi/actions from 5.2.3 to 5.2.4 in the all group Bumps the all group with 1 update: [pulumi/actions](https://github.com/pulumi/actions). Updates `pulumi/actions` from 5.2.3 to 5.2.4 - [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/0806784f9f774cbff8fe12c5592350e866c7cd8d...18b5a33fc447ab919feb61f2bb41147a1b30ab40) --- updated-dependencies: - dependency-name: pulumi/actions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a6e2294..dc9d31e 100644 --- a/action.yml +++ b/action.yml @@ -52,7 +52,7 @@ runs: working-directory: '${{ env.PULUMI_GO_CODE }}' shell: bash - - uses: pulumi/actions@0806784f9f774cbff8fe12c5592350e866c7cd8d # v5.2.3 + - uses: pulumi/actions@18b5a33fc447ab919feb61f2bb41147a1b30ab40 # v5.2.4 with: command: '${{ inputs.pulumi_command }}' stack-name: '${{ inputs.stack_name }}'