From 184c523739170508fe37113b4deda7ff885c54b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 09:39:00 +0000 Subject: [PATCH] Update styfle/cancel-workflow-action action to v0.13.0 --- .github/workflows/backend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index d74e27c..24202a2 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -26,7 +26,7 @@ jobs: APP_ENV: test steps: - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1 + uses: styfle/cancel-workflow-action@3155a141048f8f89c06b4cdae32e7853e97536bc # 0.13.0 with: ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}