-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump mikefarah/yq from 4.44.5 to 4.44.6
Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.44.5 to 4.44.6. - [Release notes](https://github.com/mikefarah/yq/releases) - [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt) - [Commits](mikefarah/yq@v4.44.5...v4.44.6) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
c5549a0
commit da8ac5e
Showing
3 changed files
with
3 additions
and
3 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 |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
path: ./kubespray | ||
|
||
- name: Install yq tool | ||
uses: mikefarah/[email protected].5 | ||
uses: mikefarah/[email protected].6 | ||
|
||
- name: Generate Manifest & LocalArtifactSet manifests | ||
env: | ||
|
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 |
---|---|---|
|
@@ -118,7 +118,7 @@ jobs: | |
if: github.event.schedule == '0 0 1 1 *' | ||
steps: | ||
- name: Install yq tool | ||
uses: mikefarah/[email protected].5 | ||
uses: mikefarah/[email protected].6 | ||
- name: Set env for this job | ||
run: | | ||
OS_TYPE="ROCKY8" | ||
|
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 |
---|---|---|
|
@@ -176,7 +176,7 @@ jobs: | |
fetch-depth: 0 | ||
|
||
- name: Install yq tool | ||
uses: mikefarah/[email protected].5 | ||
uses: mikefarah/[email protected].6 | ||
|
||
- name: Generate Kubean manifest file | ||
env: | ||
|