Skip to content

Commit

Permalink
chore(deps): update dependency pulumi_cli_linux_x64 to v3.141.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zemnmez-renovate-bot committed Nov 22, 2024
1 parent f0af995 commit 0117e5e
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 @@ -45,9 +45,9 @@ def fetch_dependencies():

http_archive(
name = "pulumi_cli_linux_x64",
sha256 = "f06ae324d31d2df58d152f7e2debb3cef0c78187b8f84217a530d8606992f019",
sha256 = "81b51e4aec70e7c8f2287a2ed88b7801f4cade074cacc9f3cc3ca852cae47700",
urls = [
"https://github.com/pulumi/pulumi/releases/download/v3.140.0/pulumi-v3.140.0-linux-x64.tar.gz",
"https://github.com/pulumi/pulumi/releases/download/v3.141.0/pulumi-v3.141.0-linux-x64.tar.gz",
],
build_file_content = """
exports_files(glob(["**/*"]))
Expand Down

0 comments on commit 0117e5e

Please sign in to comment.