diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28c9764cbbf6..bab29ff7d1fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: steps: # Cancel any previous runs for the same branch that are still running. - name: 'Cancel previous runs' - uses: styfle/cancel-workflow-action@0.9.1 + uses: styfle/cancel-workflow-action@0.10.1 with: access_token: ${{ github.token }} - name: 'Check out repository'