From 10b8561c78656a46c569a0c4eaaa1333f3f08440 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 15:04:16 +0000 Subject: [PATCH] chore(deps): update jaxxstorm/action-install-gh-release action to v3 --- .github/workflows/on-PRs-commits.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on-PRs-commits.yml b/.github/workflows/on-PRs-commits.yml index 18fe1965e..7446e78c5 100644 --- a/.github/workflows/on-PRs-commits.yml +++ b/.github/workflows/on-PRs-commits.yml @@ -19,7 +19,7 @@ jobs: # TODO: add caching for cli downloads, see https://github.com/marketplace/actions/cache - name: Install bosh-cli #See https://github.com/marketplace/actions/install-a-binary-from-github-releases - uses: jaxxstorm/action-install-gh-release@6096f2a2bbfee498ced520b6922ac2c06e990ed2 # v2.1.0 + uses: jaxxstorm/action-install-gh-release@25e24d2d23ae098373794ef1d6faecb48ee52da8 # v3.0.0 with: repo: cloudfoundry/bosh-cli tag: v7.9.18 @@ -32,7 +32,7 @@ jobs: - name: Install yq cli #See https://github.com/marketplace/actions/install-a-binary-from-github-releases - uses: jaxxstorm/action-install-gh-release@6096f2a2bbfee498ced520b6922ac2c06e990ed2 # v2.1.0 + uses: jaxxstorm/action-install-gh-release@25e24d2d23ae098373794ef1d6faecb48ee52da8 # v3.0.0 with: repo: mikefarah/yq tag: v4.52.4