From c21bfbf4f813aee83e8ae067764a4fc37a2d618d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 May 2024 04:36:57 +0000 Subject: [PATCH] chore(deps): update dependency mikefarah/yq to v4.44.1 --- .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 121e7cf..5f16bc6 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@71d17cb091aa850acb2a1a4cf87258d183eb941b # v1.11.0 with: repo: mikefarah/yq - tag: v4.43.1 + tag: v4.44.1 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 d31c426..fdb42bf 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@71d17cb091aa850acb2a1a4cf87258d183eb941b # v1.11.0 with: repo: mikefarah/yq - tag: v4.43.1 + tag: v4.44.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # reduce potential rate limiting