From 636d6c1d18d51bde9b316d08f9319555f210faa8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Jun 2024 03:01:20 +0000 Subject: [PATCH] chore(deps): update mikefarah/yq action to v4.44.2 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1d8aa3c..6fb6c01 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: with: fetch-depth: 0 - name: Check plugin and script version - uses: mikefarah/yq@v4.43.1 + uses: mikefarah/yq@v4.44.2 with: cmd: ./scripts/check_version.sh plugin.yaml scripts/install_version.sh ${{ github.ref }} - name: Set up Go