diff --git a/example-workflows/cancel-previous-runs.yaml b/example-workflows/cancel-previous-runs.yaml index 95e832b..2609600 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.13.0 + uses: styfle/cancel-workflow-action@0.13.1 with: access_token: ${{ github.token }}