From 801bfeb59352f1b768f554f0e5c6d33868807965 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 14:32:42 +0000 Subject: [PATCH] build(deps): bump jaxxstorm/action-install-gh-release Bumps [jaxxstorm/action-install-gh-release](https://github.com/jaxxstorm/action-install-gh-release) from 1.14.0 to 2.1.0. - [Release notes](https://github.com/jaxxstorm/action-install-gh-release/releases) - [Commits](https://github.com/jaxxstorm/action-install-gh-release/compare/v1.14.0...v2.1.0) --- updated-dependencies: - dependency-name: jaxxstorm/action-install-gh-release dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/release-java-sdk-to-maven-central.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1581016a629..e6291f3a5c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: with: pulumi-version: latest - name: Install pulumictl - uses: jaxxstorm/action-install-gh-release@v1.14.0 + uses: jaxxstorm/action-install-gh-release@v2.1.0 with: repo: pulumi/pulumictl tag: v0.0.31 diff --git a/.github/workflows/release-java-sdk-to-maven-central.yml b/.github/workflows/release-java-sdk-to-maven-central.yml index a7a9f876449..7405ad833cd 100644 --- a/.github/workflows/release-java-sdk-to-maven-central.yml +++ b/.github/workflows/release-java-sdk-to-maven-central.yml @@ -39,7 +39,7 @@ jobs: - name: Fetch Tags run: git fetch --quiet --prune --unshallow --tags - name: Install pulumictl - uses: jaxxstorm/action-install-gh-release@v1.14.0 + uses: jaxxstorm/action-install-gh-release@v2.1.0 with: repo: pulumi/pulumictl tag: v0.0.31