diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32355b559..cab903e52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: if: "!contains(github.event.head_commit.message, '(cargo-release)')" steps: - 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 }} @@ -46,7 +46,7 @@ jobs: if: "!contains(github.event.head_commit.message, '(cargo-release)')" steps: - 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 }} @@ -90,7 +90,7 @@ jobs: if: "!contains(github.event.head_commit.message, '(cargo-release)')" steps: - 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 }} @@ -130,7 +130,7 @@ jobs: if: "!contains(github.event.head_commit.message, '(cargo-release)')" steps: - 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 }} @@ -171,7 +171,7 @@ jobs: if: "!contains(github.event.head_commit.message, '(cargo-release)')" steps: - 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 }} @@ -201,7 +201,7 @@ jobs: if: "!contains(github.event.head_commit.message, '(cargo-release)')" steps: - 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 }}