diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index 7e45cf6dad..81f3615ce7 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -24,7 +24,7 @@ jobs: steps: # Cancel previous runs of the same branch - name: cancel - uses: styfle/cancel-workflow-action@0.10.1 + uses: styfle/cancel-workflow-action@0.11.0 with: access_token: ${{ github.token }}