diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 8e290670309..38b01adb35e 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -42,7 +42,7 @@ jobs: name: Create installer and portable version for ${{ matrix.displayName }} steps: - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.6.0 + uses: styfle/cancel-workflow-action@0.7.0 with: access_token: ${{ github.token }} - name: Fetch all history for all tags and branches diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f154c5386c3..655c92ef490 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.6.0 + uses: styfle/cancel-workflow-action@0.7.0 with: access_token: ${{ github.token }} - name: Checkout source