From 50295c09b8fb05ca24d386b6af4f40115610fe66 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 05:43:51 +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 6d1f852..e2fb4f0 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@0.12.1 + uses: styfle/cancel-workflow-action@3155a141048f8f89c06b4cdae32e7853e97536bc # 0.13.0 with: ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}