From 68dc538b1d4f29b3677afba67a22f9d1c4904c1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 02:39:57 +0000 Subject: [PATCH] build(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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/preview.yaml | 2 +- .github/workflows/up.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/preview.yaml b/.github/workflows/preview.yaml index 285f3f5..d90eaf2 100644 --- a/.github/workflows/preview.yaml +++ b/.github/workflows/preview.yaml @@ -25,7 +25,7 @@ jobs: client-id: ${{ secrets.AZURE_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_TENANT_ID }} subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} - - uses: pulumi/actions@v4 + - uses: pulumi/actions@v6 with: command: preview stack-name: merca/stargripcorp/current diff --git a/.github/workflows/up.yaml b/.github/workflows/up.yaml index e48d395..940aa49 100644 --- a/.github/workflows/up.yaml +++ b/.github/workflows/up.yaml @@ -26,7 +26,7 @@ jobs: client-id: ${{ secrets.AZURE_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_TENANT_ID }} subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} - - uses: pulumi/actions@v4 + - uses: pulumi/actions@v6 with: command: up stack-name: merca/stargripcorp/current