Skip to content

Commit 3e9f550

Browse files
chore(deps): update jaxxstorm/action-install-gh-release action to v1.14.0
1 parent 8217339 commit 3e9f550

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/create-final-bosh-release-on-commits.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# TODO: add caching for cli downloads, see https://github.com/marketplace/actions/cache
3030
- name: Install bosh-cli
3131
#See https://github.com/marketplace/actions/install-a-binary-from-github-releases
32-
uses: jaxxstorm/action-install-gh-release@7f2440a9a41f74262d8f6433da138c799799a969 # v1.13.0
32+
uses: jaxxstorm/action-install-gh-release@cd6b2b78ad38bdd294341cda064ec0692b06215b # v1.14.0
3333
with:
3434
repo: cloudfoundry/bosh-cli
3535
tag: v7.4.0
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Install vendir cli
4444
#See https://github.com/marketplace/actions/install-a-binary-from-github-releases
45-
uses: jaxxstorm/action-install-gh-release@7f2440a9a41f74262d8f6433da138c799799a969 # v1.13.0
45+
uses: jaxxstorm/action-install-gh-release@cd6b2b78ad38bdd294341cda064ec0692b06215b # v1.14.0
4646
with:
4747
repo: carvel-dev/vendir
4848
tag: v0.34.6
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Install yq cli
5454
#See https://github.com/marketplace/actions/install-a-binary-from-github-releases
55-
uses: jaxxstorm/action-install-gh-release@7f2440a9a41f74262d8f6433da138c799799a969 # v1.13.0
55+
uses: jaxxstorm/action-install-gh-release@cd6b2b78ad38bdd294341cda064ec0692b06215b # v1.14.0
5656
with:
5757
repo: mikefarah/yq
5858
tag: v4.34.2

0 commit comments

Comments
 (0)