Skip to content

Commit

Permalink
Update dependency pulumi_cli to v3.56.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zemnmez-renovate-bot committed Mar 3, 2023
1 parent 2a904e6 commit 83f1b05
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 = "3569fc4e1da6d7668044d850713e517631fba6c086fe6ed74e9f24a990dd151d",
sha256 = "13834d439bddcaa3661bea01c55db526f09973d044bc82acc20a489de6f5122a",
urls = [
"https://github.com/pulumi/pulumi/releases/download/v3.55.0/pulumi-v3.55.0-linux-x64.tar.gz",
"https://github.com/pulumi/pulumi/releases/download/v3.56.0/pulumi-v3.56.0-linux-x64.tar.gz",
],
build_file_content = """
exports_files(glob(["**/*"]))
Expand Down

0 comments on commit 83f1b05

Please sign in to comment.