Skip to content

Commit 9183fb2

Browse files
authored
Merge pull request #36 from orange-cloudfoundry/renovate/jaxxstorm-action-install-gh-release-2.x
chore(deps): update jaxxstorm/action-install-gh-release action to v2.1.0
2 parents aa5b662 + 36fffb0 commit 9183fb2

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

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@4304621e8c48d66093a8a214af5d5b5bc3b3d943 # v2.0.0
32+
uses: jaxxstorm/action-install-gh-release@6096f2a2bbfee498ced520b6922ac2c06e990ed2 # v2.1.0
3333
with:
3434
repo: cloudfoundry/bosh-cli
3535
tag: v7.9.8
@@ -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@4304621e8c48d66093a8a214af5d5b5bc3b3d943 # v2.0.0
45+
uses: jaxxstorm/action-install-gh-release@6096f2a2bbfee498ced520b6922ac2c06e990ed2 # v2.1.0
4646
with:
4747
repo: carvel-dev/vendir
4848
tag: v0.44.0
@@ -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@4304621e8c48d66093a8a214af5d5b5bc3b3d943 # v2.0.0
55+
uses: jaxxstorm/action-install-gh-release@6096f2a2bbfee498ced520b6922ac2c06e990ed2 # v2.1.0
5656
with:
5757
repo: mikefarah/yq
5858
tag: v4.47.1

0 commit comments

Comments
 (0)