From a47d913d5a6aca3829ebb7181dec69a4258d8081 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 17:26:24 +0000 Subject: [PATCH] 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](https://github.com/mikefarah/yq/compare/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] --- .github/workflows/boba-publish-develop.yml | 2 +- .github/workflows/boba-publish-master.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/boba-publish-develop.yml b/.github/workflows/boba-publish-develop.yml index 8dd24610d4..c30291ad7a 100644 --- a/.github/workflows/boba-publish-develop.yml +++ b/.github/workflows/boba-publish-develop.yml @@ -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 diff --git a/.github/workflows/boba-publish-master.yml b/.github/workflows/boba-publish-master.yml index 1380e709bb..c16f6bbdb5 100644 --- a/.github/workflows/boba-publish-master.yml +++ b/.github/workflows/boba-publish-master.yml @@ -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