From e5020a7a231c6d2cf76708403b8ab393cced1e5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 17:13:28 +0000 Subject: [PATCH] Bump pulumi/actions from 5.0.0 to 5.1.1 Bumps [pulumi/actions](https://github.com/pulumi/actions) from 5.0.0 to 5.1.1. - [Release notes](https://github.com/pulumi/actions/releases) - [Changelog](https://github.com/pulumi/actions/blob/master/CHANGELOG.md) - [Commits](https://github.com/pulumi/actions/compare/ccd2d6b5dc3c5617452058751b6a065bbe001a13...76683de37aa44910871ba6cef36557780f2e41d1) --- updated-dependencies: - dependency-name: pulumi/actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4275b41..558b4e3 100644 --- a/action.yml +++ b/action.yml @@ -52,7 +52,7 @@ runs: working-directory: '${{ env.PULUMI_GO_CODE }}' shell: bash - - uses: pulumi/actions@ccd2d6b5dc3c5617452058751b6a065bbe001a13 # v5.0.0 + - uses: pulumi/actions@76683de37aa44910871ba6cef36557780f2e41d1 # v5.1.1 with: command: '${{ inputs.pulumi_command }}' stack-name: '${{ inputs.stack_name }}'