diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index 983080701f..2f57b279d7 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.0 + uses: styfle/cancel-workflow-action@0.10.1 with: access_token: ${{ github.token }}