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