From a6fee0ce6ce48d6f6d5a758f2ed0a3f5a60554d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 12:48:44 -0500 Subject: [PATCH] Bump styfle/cancel-workflow-action from 0.12.0 to 0.12.1 (#806) --- .github/workflows/performance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 88671eb7..2dcbaa94 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -23,7 +23,7 @@ jobs: continue-on-error: true steps: - name: 'Cancel previous runs' - uses: styfle/cancel-workflow-action@0.12.0 + uses: styfle/cancel-workflow-action@0.12.1 with: access_token: ${{ github.token }} - name: 'Checkout branch'