From b21f23cdbca20d8e39238d7ab948486724906dab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 13:34:20 +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.0.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.0.0) --- updated-dependencies: - dependency-name: jaxxstorm/action-install-gh-release dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pr.yml | 2 +- .github/workflows/release-java-sdk-to-maven-central.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 0e29e27d580..37fd91cfd6f 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -48,7 +48,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.0.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..81b54bc9ba2 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.0.0 with: repo: pulumi/pulumictl tag: v0.0.31