From 7e753501a74950929d6ff2bdc7989b29d0d86e05 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 21:57:47 +0000 Subject: [PATCH] chore(deps): update jaxxstorm/action-install-gh-release action to v1.11.0 --- .github/workflows/create-PRs.yml | 2 +- .github/workflows/create-final-bosh-release-on-commits.yml | 6 +++--- .github/workflows/create-release-branches.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/create-PRs.yml b/.github/workflows/create-PRs.yml index d4b1ae0d..a7ed4142 100644 --- a/.github/workflows/create-PRs.yml +++ b/.github/workflows/create-PRs.yml @@ -26,7 +26,7 @@ jobs: - name: Install yq cli #See https://github.com/marketplace/actions/install-a-binary-from-github-releases - uses: jaxxstorm/action-install-gh-release@c5ead9a448b4660cf1e7866ee22e4dc56538031a # v1.10.0 + uses: jaxxstorm/action-install-gh-release@71d17cb091aa850acb2a1a4cf87258d183eb941b # v1.11.0 with: repo: mikefarah/yq tag: v4.40.5 diff --git a/.github/workflows/create-final-bosh-release-on-commits.yml b/.github/workflows/create-final-bosh-release-on-commits.yml index 7d7678d7..ab825125 100644 --- a/.github/workflows/create-final-bosh-release-on-commits.yml +++ b/.github/workflows/create-final-bosh-release-on-commits.yml @@ -30,7 +30,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@c5ead9a448b4660cf1e7866ee22e4dc56538031a # v1.10.0 + uses: jaxxstorm/action-install-gh-release@71d17cb091aa850acb2a1a4cf87258d183eb941b # v1.11.0 with: repo: cloudfoundry/bosh-cli tag: v7.5.2 @@ -43,7 +43,7 @@ jobs: - name: Install vendir cli #See https://github.com/marketplace/actions/install-a-binary-from-github-releases - uses: jaxxstorm/action-install-gh-release@c5ead9a448b4660cf1e7866ee22e4dc56538031a # v1.10.0 + uses: jaxxstorm/action-install-gh-release@71d17cb091aa850acb2a1a4cf87258d183eb941b # v1.11.0 with: repo: carvel-dev/vendir tag: v0.39.0 @@ -53,7 +53,7 @@ jobs: - name: Install yq cli #See https://github.com/marketplace/actions/install-a-binary-from-github-releases - uses: jaxxstorm/action-install-gh-release@c5ead9a448b4660cf1e7866ee22e4dc56538031a # v1.10.0 + uses: jaxxstorm/action-install-gh-release@71d17cb091aa850acb2a1a4cf87258d183eb941b # v1.11.0 with: repo: mikefarah/yq tag: v4.40.5 diff --git a/.github/workflows/create-release-branches.yml b/.github/workflows/create-release-branches.yml index 3c6259a3..11142446 100644 --- a/.github/workflows/create-release-branches.yml +++ b/.github/workflows/create-release-branches.yml @@ -33,7 +33,7 @@ jobs: - name: Install yq cli #See https://github.com/marketplace/actions/install-a-binary-from-github-releases - uses: jaxxstorm/action-install-gh-release@c5ead9a448b4660cf1e7866ee22e4dc56538031a # v1.10.0 + uses: jaxxstorm/action-install-gh-release@71d17cb091aa850acb2a1a4cf87258d183eb941b # v1.11.0 with: repo: mikefarah/yq tag: v4.40.5