From 34fff91d0176b7c9beec6e37464793cd105d051c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 08:43:41 +0000 Subject: [PATCH] chore(deps): update mikefarah/yq action to v4.44.3 --- .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..b66a5b6 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.3 with: cmd: ./scripts/check_version.sh plugin.yaml scripts/install_version.sh ${{ github.ref }} - name: Set up Go