Skip to content

Commit 5564b9d

Browse files
chore(deps): update jaxxstorm/action-install-gh-release action to v3
1 parent 740d058 commit 5564b9d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/auto-release-on-master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# TODO: add caching for cli downloads, see https://github.com/marketplace/actions/cache
2727
- name: Install bosh-cli
2828
#See https://github.com/marketplace/actions/install-a-binary-from-github-releases
29-
uses: jaxxstorm/action-install-gh-release@6096f2a2bbfee498ced520b6922ac2c06e990ed2 # v2.1.0
29+
uses: jaxxstorm/action-install-gh-release@25e24d2d23ae098373794ef1d6faecb48ee52da8 # v3.0.0
3030
with:
3131
repo: cloudfoundry/bosh-cli
3232
tag: v7.9.18
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Install vendir cli
4141
#See https://github.com/marketplace/actions/install-a-binary-from-github-releases
42-
uses: jaxxstorm/action-install-gh-release@6096f2a2bbfee498ced520b6922ac2c06e990ed2 # v2.1.0
42+
uses: jaxxstorm/action-install-gh-release@25e24d2d23ae098373794ef1d6faecb48ee52da8 # v3.0.0
4343
with:
4444
repo: carvel-dev/vendir
4545
tag: v0.45.2

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

Lines changed: 3 additions & 3 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
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Install vendir cli
4343
#See https://github.com/marketplace/actions/install-a-binary-from-github-releases
44-
uses: jaxxstorm/action-install-gh-release@6096f2a2bbfee498ced520b6922ac2c06e990ed2 # v2.1.0
44+
uses: jaxxstorm/action-install-gh-release@25e24d2d23ae098373794ef1d6faecb48ee52da8 # v3.0.0
4545
with:
4646
repo: carvel-dev/vendir
4747
tag: v0.45.2

0 commit comments

Comments
 (0)