diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fefec34c..8e3d439b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Cancel Outdated Builds - uses: styfle/cancel-workflow-action@0.11.0 + uses: styfle/cancel-workflow-action@0.12.1 with: all_but_latest: true access_token: ${{ github.token }} diff --git a/.github/workflows/build_nix.yml b/.github/workflows/build_nix.yml index 71f510f5..070c039e 100644 --- a/.github/workflows/build_nix.yml +++ b/.github/workflows/build_nix.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 120 steps: - - uses: styfle/cancel-workflow-action@0.11.0 + - uses: styfle/cancel-workflow-action@0.12.1 name: Cancel Outdated Builds with: all_but_latest: true