Skip to content

Commit

Permalink
Bump mikefarah/yq from 4.35.2 to 4.44.1
Browse files Browse the repository at this point in the history
Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.35.2 to 4.44.1.
- [Release notes](https://github.com/mikefarah/yq/releases)
- [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt)
- [Commits](mikefarah/yq@v4.35.2...v4.44.1)

---
updated-dependencies:
- dependency-name: mikefarah/yq
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed May 13, 2024
1 parent 06c9f2c commit 0e6dc00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/boba-publish-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
with:
node-version: 16
- name: yq - portable yaml processor
uses: mikefarah/yq@v4.35.2
uses: mikefarah/yq@v4.44.1

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/boba-publish-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
with:
node-version: 16
- name: yq - portable yaml processor
uses: mikefarah/yq@v4.35.2
uses: mikefarah/yq@v4.44.1

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down

0 comments on commit 0e6dc00

Please sign in to comment.