diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index ca9bcc7a..9286b6d1 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.11.0 + uses: styfle/cancel-workflow-action@0.12.0 with: access_token: ${{ github.token }}