From 2535754081be86e5c9b0d370b5be996484dd5363 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Aug 2025 08:09:44 +0000 Subject: [PATCH] chore(deps): Bump pulumi/actions from 4 to 6 Bumps [pulumi/actions](https://github.com/pulumi/actions) from 4 to 6. - [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/v4...v6) --- updated-dependencies: - dependency-name: pulumi/actions dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 91203041..17a86be8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,7 +32,7 @@ jobs: with: repo: pulumi/pulumictl - name: Install pulumi - uses: pulumi/actions@v4 + uses: pulumi/actions@v6 - name: Install Go Tools uses: ./.github/actions/gotools with: