diff --git a/.github/workflows/macos_workflow.yml b/.github/workflows/macos_workflow.yml index 808016a52..1ea621641 100644 --- a/.github/workflows/macos_workflow.yml +++ b/.github/workflows/macos_workflow.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.12.0 + uses: styfle/cancel-workflow-action@0.12.1 with: access_token: ${{ secrets.GITHUB_TOKEN }} - uses: actions/checkout@v4 diff --git a/.github/workflows/run_integration_tests.yml b/.github/workflows/run_integration_tests.yml index 654365087..9c8201bb8 100644 --- a/.github/workflows/run_integration_tests.yml +++ b/.github/workflows/run_integration_tests.yml @@ -16,7 +16,7 @@ jobs: runs-on: macos-latest steps: - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.12.0 + uses: styfle/cancel-workflow-action@0.12.1 with: access_token: '${{ secrets.GITHUB_TOKEN }}' diff --git a/.github/workflows/ubuntu_workflow.yml b/.github/workflows/ubuntu_workflow.yml index cb7307d5f..87ca00028 100644 --- a/.github/workflows/ubuntu_workflow.yml +++ b/.github/workflows/ubuntu_workflow.yml @@ -27,7 +27,7 @@ jobs: # TODO: change to 'egress-policy: block' after auditing a number of runs and updating the allowed-endpoints option accordingly - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.12.0 + uses: styfle/cancel-workflow-action@0.12.1 with: access_token: ${{ github.token }} - uses: actions/checkout@v4 diff --git a/.github/workflows/windows_workflow.yml b/.github/workflows/windows_workflow.yml index fafdaa608..2fe4c8738 100644 --- a/.github/workflows/windows_workflow.yml +++ b/.github/workflows/windows_workflow.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.12.0 + uses: styfle/cancel-workflow-action@0.12.1 with: access_token: ${{ secrets.GITHUB_TOKEN }} - uses: actions/checkout@v4 diff --git a/.github/workflows/wsl_workflow.yml b/.github/workflows/wsl_workflow.yml index 74d2ca147..81627358b 100644 --- a/.github/workflows/wsl_workflow.yml +++ b/.github/workflows/wsl_workflow.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.12.0 + uses: styfle/cancel-workflow-action@0.12.1 with: access_token: ${{ secrets.GITHUB_TOKEN }}