diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86c2c111f..9aa528822 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: steps: # Cancel any previous runs for the same branch that are still running. - name: 'Cancel previous runs' - uses: styfle/cancel-workflow-action@3155a141048f8f89c06b4cdae32e7853e97536bc + uses: styfle/cancel-workflow-action@d07a454dad7609a92316b57b23c9ccfd4f59af66 # 0.13.1 with: access_token: ${{ github.token }} - name: 'Check out repository'