Skip to content

Commit

Permalink
Merge pull request #1333 from kubean-io/dependabot/github_actions/mik…
Browse files Browse the repository at this point in the history
…efarah/yq-4.44.3

Bump mikefarah/yq from 4.44.2 to 4.44.3
  • Loading branch information
ErikJiang authored Aug 30, 2024
2 parents 6534e64 + bc8f3b3 commit 6d4311a
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/yq@v4.44.2
uses: mikefarah/yq@v4.44.3

- 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/yq@v4.44.2
uses: mikefarah/yq@v4.44.3
- name: Set env for this job
run: |
OS_TYPE="CENTOS7"
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/yq@v4.44.2
uses: mikefarah/yq@v4.44.3

- name: Generate Kubean manifest file
env:
Expand Down

0 comments on commit 6d4311a

Please sign in to comment.