Skip to content

Commit 9a02306

Browse files
authored
Merge pull request #46 from orange-cloudfoundry/renovate/jaxxstorm-action-install-gh-release-1.x
chore(deps): update jaxxstorm/action-install-gh-release action to v1.11.0 Merged to avoid build warning: Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: jaxxstorm/action-install-gh-release@c5ead9a. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
2 parents cbea350 + 899781a commit 9a02306

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
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@c5ead9a448b4660cf1e7866ee22e4dc56538031a # v1.10.0
22+
uses: jaxxstorm/action-install-gh-release@71d17cb091aa850acb2a1a4cf87258d183eb941b # v1.11.0
2323
with:
2424
repo: cloudfoundry/bosh-cli
2525
tag: v7.4.0
@@ -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@c5ead9a448b4660cf1e7866ee22e4dc56538031a # v1.10.0
35+
uses: jaxxstorm/action-install-gh-release@71d17cb091aa850acb2a1a4cf87258d183eb941b # v1.11.0
3636
with:
3737
repo: mikefarah/yq
3838
tag: v4.34.2

0 commit comments

Comments
 (0)