diff --git a/.github/workflows/end-to-end-tests.yml b/.github/workflows/end-to-end-tests.yml index 072c1c0fab..f8c5c4bb10 100644 --- a/.github/workflows/end-to-end-tests.yml +++ b/.github/workflows/end-to-end-tests.yml @@ -48,9 +48,7 @@ jobs: steps: - name: Cancel previous runs of this workflow (pull requests only) if: ${{ github.event_name == 'pull_request' }} - uses: styfle/cancel-workflow-action@0.8.0 - with: - access_token: ${{ github.token }} + uses: styfle/cancel-workflow-action@3d86a7cc43670094ac248017207be0295edbc31d - name: Configure environment variables run: | diff --git a/.github/workflows/javascript-tests.yml b/.github/workflows/javascript-tests.yml index 945fac0acc..57dfbc25b9 100644 --- a/.github/workflows/javascript-tests.yml +++ b/.github/workflows/javascript-tests.yml @@ -39,9 +39,7 @@ jobs: steps: - name: Cancel previous runs of this workflow (pull requests only) if: ${{ github.event_name == 'pull_request' }} - uses: styfle/cancel-workflow-action@0.8.0 - with: - access_token: ${{ github.token }} + uses: styfle/cancel-workflow-action@3d86a7cc43670094ac248017207be0295edbc31d - name: Checkout repository uses: actions/checkout@v2 diff --git a/.github/workflows/phpunit-tests.yml b/.github/workflows/phpunit-tests.yml index 144914c2bc..dc6989bc2f 100644 --- a/.github/workflows/phpunit-tests.yml +++ b/.github/workflows/phpunit-tests.yml @@ -41,9 +41,7 @@ jobs: steps: - name: Cancel previous runs of this workflow (pull requests only) if: ${{ github.event_name == 'pull_request' }} - uses: styfle/cancel-workflow-action@0.8.0 - with: - access_token: ${{ github.token }} + uses: styfle/cancel-workflow-action@3d86a7cc43670094ac248017207be0295edbc31d # Runs the PHPUnit tests for WordPress. # diff --git a/.github/workflows/verify-npm-on-windows.yml b/.github/workflows/verify-npm-on-windows.yml index 9f8c22e306..a1f47b0fd3 100644 --- a/.github/workflows/verify-npm-on-windows.yml +++ b/.github/workflows/verify-npm-on-windows.yml @@ -36,9 +36,7 @@ jobs: steps: - name: Cancel previous runs of this workflow (pull requests only) if: ${{ github.event_name == 'pull_request' }} - uses: styfle/cancel-workflow-action@0.8.0 - with: - access_token: ${{ github.token }} + uses: styfle/cancel-workflow-action@3d86a7cc43670094ac248017207be0295edbc31d - name: Checkout repository uses: actions/checkout@v2