From 56df4f68f3d869724e82459ad3a51a47dd66d5a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 08:17:02 +0200 Subject: [PATCH] Bump pulumi/actions from 4.4.0 to 4.5.0 (#79) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 84a4c6b..3b76009 100644 --- a/action.yml +++ b/action.yml @@ -52,7 +52,7 @@ runs: working-directory: '${{ env.PULUMI_GO_CODE }}' shell: bash - - uses: pulumi/actions@4204b4e8a7e703da96ba5dd4c3a667adeee35812 # v4.4.0 + - uses: pulumi/actions@1d3ebd326317f249313706eeb489c9ed7c036443 # v4.5.0 with: command: '${{ inputs.pulumi_command }}' stack-name: '${{ inputs.stack_name }}'