From b209bb282dfeb36130ec6381fc55144992375554 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Jun 2024 06:03:24 +0000 Subject: [PATCH] chore(deps): update dependency mikefarah/yq to v4.44.2 --- .github/workflows/auto-release-on-master.yml | 2 +- .github/workflows/on-PRs-commits.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-release-on-master.yml b/.github/workflows/auto-release-on-master.yml index 7111200..cf5c5e6 100644 --- a/.github/workflows/auto-release-on-master.yml +++ b/.github/workflows/auto-release-on-master.yml @@ -61,7 +61,7 @@ jobs: uses: jaxxstorm/action-install-gh-release@25d5e2dd555cd74f1fab9ac1e6ea117acde2c0c4 # v1.12.0 with: repo: mikefarah/yq - tag: v4.44.1 + tag: v4.44.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # reduce potential rate limiting diff --git a/.github/workflows/on-PRs-commits.yml b/.github/workflows/on-PRs-commits.yml index b36fe75..2453832 100644 --- a/.github/workflows/on-PRs-commits.yml +++ b/.github/workflows/on-PRs-commits.yml @@ -45,7 +45,7 @@ jobs: uses: jaxxstorm/action-install-gh-release@25d5e2dd555cd74f1fab9ac1e6ea117acde2c0c4 # v1.12.0 with: repo: mikefarah/yq - tag: v4.44.1 + tag: v4.44.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # reduce potential rate limiting