diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index cceb787074..2a77ee5f5b 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.12.0 with: access_token: ${{ github.token }}