diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index d1a9312b..2b476f84 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -40,7 +40,7 @@ jobs: # variable (which is always truthy) to boolean. - if: fromJSON(env.SHOULD_DEPLOY) name: Cancel all but latest deploy - uses: styfle/cancel-workflow-action@0.9.1 + uses: styfle/cancel-workflow-action@0.10.0 with: all_but_latest: true access_token: ${{ github.token }}