Skip to content

Commit

Permalink
Update first-party Pulumi dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-renovate[bot] authored Jan 6, 2025
1 parent 0035baf commit ecaafa0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-tools/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion examples/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pulumi>=3.0.0,<4.0.0
pulumi-xyz==0.0.1-alpha.1699945013+97b0e04c
pulumi-xyz==1.1.81
2 changes: 1 addition & 1 deletion tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit ecaafa0

Please sign in to comment.