Skip to content

Commit 17e48de

Browse files
chore(deps): update jaxxstorm/action-install-gh-release action to v3
1 parent 839d845 commit 17e48de

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
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@6096f2a2bbfee498ced520b6922ac2c06e990ed2 # v2.1.0
32+
uses: jaxxstorm/action-install-gh-release@25e24d2d23ae098373794ef1d6faecb48ee52da8 # v3.0.0
3333
with:
3434
repo: cloudfoundry/bosh-cli
3535
tag: v7.9.18
@@ -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@6096f2a2bbfee498ced520b6922ac2c06e990ed2 # v2.1.0
45+
uses: jaxxstorm/action-install-gh-release@25e24d2d23ae098373794ef1d6faecb48ee52da8 # v3.0.0
4646
with:
4747
repo: carvel-dev/vendir
4848
tag: v0.45.3
@@ -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@6096f2a2bbfee498ced520b6922ac2c06e990ed2 # v2.1.0
55+
uses: jaxxstorm/action-install-gh-release@25e24d2d23ae098373794ef1d6faecb48ee52da8 # v3.0.0
5656
with:
5757
repo: mikefarah/yq
5858
tag: v4.52.4

0 commit comments

Comments
 (0)