diff --git a/.github/workflows/create-PRs.yml b/.github/workflows/create-PRs.yml index 5a9c5190..a1fed81c 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.42.1 diff --git a/.github/workflows/create-final-bosh-release-on-commits.yml b/.github/workflows/create-final-bosh-release-on-commits.yml index 6ddacea6..76df0fa6 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.42.1 diff --git a/.github/workflows/create-release-branches.yml b/.github/workflows/create-release-branches.yml index 895d6295..2b5a19ae 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.42.1