From b11f58ee0abe765b4ccfd3d88c347ebffabdcb5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 11:08:03 +0000 Subject: [PATCH] chore(deps): bump pulumi/actions from 3 to 4 Bumps [pulumi/actions](https://github.com/pulumi/actions) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: pulumi/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pull-request.yml | 2 +- .github/workflows/workflow.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 078a0e0..ab693ec 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -25,7 +25,7 @@ jobs: - name: Test run: yarn test --passWithNoTests - - uses: pulumi/actions@v3 + - uses: pulumi/actions@v4 with: command: preview stack-name: prod diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index be4c4f0..298b1d6 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -69,7 +69,7 @@ jobs: if: github.event_name == 'workflow_dispatch' || steps.changes.outputs.src == 'true' run: yarn lint - - uses: pulumi/actions@v3 + - uses: pulumi/actions@v4 if: github.event_name == 'workflow_dispatch' || steps.changes.outputs.src == 'true' with: command: up