From 59b0416b427d75eeefce4194a496ada173107d8e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 14:37:25 +0000 Subject: [PATCH] chore(deps): update andymckay/cancel-action action to v0.4 --- .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 67fc8442..deaf6a78 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -76,7 +76,7 @@ jobs: - name: Cancel if Next Version is same as Last Version if: (env.last_version == env.next_version) || env.next_version == '' - uses: andymckay/cancel-action@0.3 + uses: andymckay/cancel-action@0.4 - name: Get Major Version related to Next Version run: |