Skip to content

Commit a47d913

Browse files
Bump mikefarah/yq from 4.35.2 to 4.44.1
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]>
1 parent 7f23de1 commit a47d913

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/boba-publish-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
node-version: 16
7474
- name: yq - portable yaml processor
75-
uses: mikefarah/yq@v4.35.2
75+
uses: mikefarah/yq@v4.44.1
7676

7777
- name: Get yarn cache directory path
7878
id: yarn-cache-dir-path

.github/workflows/boba-publish-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
with:
8181
node-version: 16
8282
- name: yq - portable yaml processor
83-
uses: mikefarah/yq@v4.35.2
83+
uses: mikefarah/yq@v4.44.1
8484

8585
- name: Get yarn cache directory path
8686
id: yarn-cache-dir-path

0 commit comments

Comments
 (0)