diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 9dd876f..5048f25 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.10.1 + uses: styfle/cancel-workflow-action@0.11.0 with: access_token: ${{ github.token }}