From ecaafa062db94cef90d62f5bdbb69e23c6404a97 Mon Sep 17 00:00:00 2001 From: "pulumi-renovate[bot]" <189166143+pulumi-renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 16:07:36 +0000 Subject: [PATCH] Update first-party Pulumi dependencies --- .github/actions/setup-tools/action.yml | 2 +- examples/python/requirements.txt | 2 +- tests/go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/setup-tools/action.yml b/.github/actions/setup-tools/action.yml index 642d1d2..88cf50f 100644 --- a/.github/actions/setup-tools/action.yml +++ b/.github/actions/setup-tools/action.yml @@ -37,7 +37,7 @@ runs: - name: Install Pulumi CLI if: inputs.tools == 'all' || contains(inputs.tools, 'pulumicli') - uses: pulumi/actions@v5 + uses: pulumi/actions@c7fad9e2f0b79653172b36538b8b34b3c0291952 # v6 with: pulumi-version: "dev" diff --git a/examples/python/requirements.txt b/examples/python/requirements.txt index 32f5fd5..fbcc1ee 100644 --- a/examples/python/requirements.txt +++ b/examples/python/requirements.txt @@ -1,2 +1,2 @@ pulumi>=3.0.0,<4.0.0 -pulumi-xyz==0.0.1-alpha.1699945013+97b0e04c +pulumi-xyz==1.1.81 diff --git a/tests/go.mod b/tests/go.mod index e012c0a..546c687 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -8,7 +8,7 @@ require ( github.com/blang/semver v3.5.1+incompatible github.com/pulumi/pulumi-go-provider v0.11.1 github.com/pulumi/pulumi-go-provider/integration v0.10.0 - github.com/pulumi/pulumi-xyz/provider v0.0.0-00010101000000-000000000000 + github.com/pulumi/pulumi-xyz/provider v1.1.81 github.com/pulumi/pulumi/sdk/v3 v3.79.0 github.com/stretchr/testify v1.8.4 )