forked from orange-cloudfoundry/k3s-boshrelease
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9eb5e4e
commit c50fce6
Showing
4 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,15 +18,15 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: checkout | ||
uses: actions/checkout@v4 | ||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 | ||
with: | ||
fetch-depth: 0 | ||
|
||
# GH cli is already pre-install, see https://docs.github.com/en/actions/using-workflows/using-github-cli-in-workflows | ||
|
||
- name: Install yq cli | ||
#See https://github.com/marketplace/actions/install-a-binary-from-github-releases | ||
uses: jaxxstorm/[email protected] | ||
uses: jaxxstorm/action-install-gh-release@c5ead9a448b4660cf1e7866ee22e4dc56538031a # v1.10.0 | ||
with: | ||
repo: mikefarah/yq | ||
tag: v4.34.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,14 +23,14 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: checkout | ||
uses: actions/checkout@v4 | ||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 | ||
with: | ||
fetch-depth: 0 | ||
|
||
# TODO: add caching for cli downloads, see https://github.com/marketplace/actions/cache | ||
- name: Install bosh-cli | ||
#See https://github.com/marketplace/actions/install-a-binary-from-github-releases | ||
uses: jaxxstorm/[email protected] | ||
uses: jaxxstorm/action-install-gh-release@c5ead9a448b4660cf1e7866ee22e4dc56538031a # v1.10.0 | ||
with: | ||
repo: cloudfoundry/bosh-cli | ||
tag: v7.4.0 | ||
|
@@ -43,7 +43,7 @@ jobs: | |
|
||
- name: Install vendir cli | ||
#See https://github.com/marketplace/actions/install-a-binary-from-github-releases | ||
uses: jaxxstorm/[email protected] | ||
uses: jaxxstorm/action-install-gh-release@c5ead9a448b4660cf1e7866ee22e4dc56538031a # v1.10.0 | ||
with: | ||
repo: carvel-dev/vendir | ||
tag: v0.34.6 | ||
|
@@ -53,7 +53,7 @@ jobs: | |
|
||
- name: Install yq cli | ||
#See https://github.com/marketplace/actions/install-a-binary-from-github-releases | ||
uses: jaxxstorm/[email protected] | ||
uses: jaxxstorm/action-install-gh-release@c5ead9a448b4660cf1e7866ee22e4dc56538031a # v1.10.0 | ||
with: | ||
repo: mikefarah/yq | ||
tag: v4.34.2 | ||
|
@@ -191,7 +191,7 @@ jobs: | |
- name: create github release | ||
id: create-github-release | ||
if: ${{ steps.create-bosh-release.outputs.need_gh_release == 'true' }} | ||
uses: ncipollo/[email protected] | ||
uses: ncipollo/release-action@6c75be85e571768fa31b40abf38de58ba0397db5 # v1.13.0 | ||
with: | ||
tag: ${{ steps.create-bosh-release.outputs.version }} | ||
draft: false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,15 +25,15 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: checkout | ||
uses: actions/checkout@v4 | ||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 | ||
with: | ||
fetch-depth: 0 | ||
|
||
# GH cli is already pre-install, see https://docs.github.com/en/actions/using-workflows/using-github-cli-in-workflows | ||
|
||
- name: Install yq cli | ||
#See https://github.com/marketplace/actions/install-a-binary-from-github-releases | ||
uses: jaxxstorm/[email protected] | ||
uses: jaxxstorm/action-install-gh-release@c5ead9a448b4660cf1e7866ee22e4dc56538031a # v1.10.0 | ||
with: | ||
repo: mikefarah/yq | ||
tag: v4.34.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters