Skip to content

Commit 8896d95

Browse files
chore(deps): update jaxxstorm/action-install-gh-release action to v3
1 parent b0cdaf0 commit 8896d95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/on-PRs-commits.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# TODO: add caching for cli downloads, see https://github.com/marketplace/actions/cache
2020
- name: Install bosh-cli
2121
#See https://github.com/marketplace/actions/install-a-binary-from-github-releases
22-
uses: jaxxstorm/action-install-gh-release@6096f2a2bbfee498ced520b6922ac2c06e990ed2 # v2.1.0
22+
uses: jaxxstorm/action-install-gh-release@25e24d2d23ae098373794ef1d6faecb48ee52da8 # v3.0.0
2323
with:
2424
repo: cloudfoundry/bosh-cli
2525
tag: v7.9.18
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Install yq cli
3434
#See https://github.com/marketplace/actions/install-a-binary-from-github-releases
35-
uses: jaxxstorm/action-install-gh-release@6096f2a2bbfee498ced520b6922ac2c06e990ed2 # v2.1.0
35+
uses: jaxxstorm/action-install-gh-release@25e24d2d23ae098373794ef1d6faecb48ee52da8 # v3.0.0
3636
with:
3737
repo: mikefarah/yq
3838
tag: v4.52.4

0 commit comments

Comments
 (0)