Skip to content

Commit

Permalink
Bump mikefarah/yq from 4.44.5 to 4.44.6
Browse files Browse the repository at this point in the history
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
dependabot[bot] authored Dec 9, 2024
1 parent c5549a0 commit da8ac5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/call-offline-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kubean_e2e_test_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-kubespray-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit da8ac5e

Please sign in to comment.