From 0a814822d867805a971381269d0388464941ea4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 15:16:37 +0000 Subject: [PATCH] Bump the all group with 1 update Bumps the all group with 1 update: [pulumi/actions](https://github.com/pulumi/actions). Updates `pulumi/actions` from 5.1.1 to 5.2.0 - [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/76683de37aa44910871ba6cef36557780f2e41d1...4b4f7c2d7fc9b1f9db3cc704398a9c25d43da056) --- updated-dependencies: - dependency-name: pulumi/actions dependency-type: direct:production update-type: version-update:semver-minor 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 37ae245..85c985d 100644 --- a/action.yml +++ b/action.yml @@ -52,7 +52,7 @@ runs: working-directory: '${{ env.PULUMI_GO_CODE }}' shell: bash - - uses: pulumi/actions@76683de37aa44910871ba6cef36557780f2e41d1 # v5.1.1 + - uses: pulumi/actions@4b4f7c2d7fc9b1f9db3cc704398a9c25d43da056 # v5.2.0 with: command: '${{ inputs.pulumi_command }}' stack-name: '${{ inputs.stack_name }}'