Skip to content

Commit

Permalink
Update dependency pulumi_cli to v3.55.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zemnmez-renovate-bot committed Feb 14, 2023
1 parent 172a16e commit c081554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bzl/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ def fetch_dependencies():

http_archive(
name = "pulumi_cli",
sha256 = "6e74ff27483330841c11eac9e80f3ba9944f2000c9d02d8133007ddd3e15e362",
sha256 = "3569fc4e1da6d7668044d850713e517631fba6c086fe6ed74e9f24a990dd151d",
urls = [
"https://github.com/pulumi/pulumi/releases/download/v3.54.0/pulumi-v3.54.0-linux-x64.tar.gz",
"https://github.com/pulumi/pulumi/releases/download/v3.55.0/pulumi-v3.55.0-linux-x64.tar.gz",
],
build_file_content = """
exports_files(glob(["**/*"]))
Expand Down

0 comments on commit c081554

Please sign in to comment.