diff --git a/example-workflows/cancel-previous-runs.yaml b/example-workflows/cancel-previous-runs.yaml index 2346090..95e832b 100644 --- a/example-workflows/cancel-previous-runs.yaml +++ b/example-workflows/cancel-previous-runs.yaml @@ -13,7 +13,7 @@ jobs: steps: # third-party action that cancels previous runs - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.12.1 + uses: styfle/cancel-workflow-action@0.13.0 with: access_token: ${{ github.token }}