From 252c5fab39123c1bbfdd8e4e3997f25c1b534270 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 21:31:57 +0000 Subject: [PATCH] Bump pulumi/actions from 4.4.0 to 4.5.0 Bumps [pulumi/actions](https://github.com/pulumi/actions) from 4.4.0 to 4.5.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/v4.4.0...v4.5.0) --- updated-dependencies: - dependency-name: pulumi/actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/pulumi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pulumi.yml b/.github/workflows/pulumi.yml index fd7ce62..0ccf379 100644 --- a/.github/workflows/pulumi.yml +++ b/.github/workflows/pulumi.yml @@ -17,7 +17,7 @@ jobs: run: go mod download working-directory: hack/pulumi - name: Refresh and update Pulumi stack - uses: pulumi/actions@v4.4.0 + uses: pulumi/actions@v4.5.0 with: command: up refresh: true