From 0b12ce63acf5b940dafcadfc075bb8eeb0a7ea07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jun 2023 13:53:01 -0400 Subject: [PATCH] :seedling: Bump styfle/cancel-workflow-action from 0.5.0 to 0.11.0 (#2391) Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.5.0 to 0.11.0. - [Release notes](https://github.com/styfle/cancel-workflow-action/releases) - [Commits](https://github.com/styfle/cancel-workflow-action/compare/0.5.0...0.11.0) --- updated-dependencies: - dependency-name: styfle/cancel-workflow-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/macos_workflow.yml | 2 +- .github/workflows/run_integration_tests.yml | 2 +- .github/workflows/ubuntu_workflow.yml | 2 +- .github/workflows/windows_workflow.yml | 2 +- .github/workflows/wsl_workflow.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/macos_workflow.yml b/.github/workflows/macos_workflow.yml index a0ea1e951..6c2dfb1e9 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.5.0 + uses: styfle/cancel-workflow-action@0.11.0 with: access_token: ${{ secrets.GITHUB_TOKEN }} - uses: actions/checkout@v3 diff --git a/.github/workflows/run_integration_tests.yml b/.github/workflows/run_integration_tests.yml index 836382727..47ff0378f 100644 --- a/.github/workflows/run_integration_tests.yml +++ b/.github/workflows/run_integration_tests.yml @@ -19,7 +19,7 @@ jobs: runs-on: macos-latest steps: - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.6.0 + uses: styfle/cancel-workflow-action@0.11.0 with: access_token: '${{ secrets.GITHUB_TOKEN }}' diff --git a/.github/workflows/ubuntu_workflow.yml b/.github/workflows/ubuntu_workflow.yml index 3b7d9dfed..4d1fbcad6 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.5.0 + uses: styfle/cancel-workflow-action@0.11.0 with: access_token: ${{ github.token }} - uses: actions/checkout@v3 diff --git a/.github/workflows/windows_workflow.yml b/.github/workflows/windows_workflow.yml index 0ef462c53..70191b309 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.5.0 + uses: styfle/cancel-workflow-action@0.11.0 with: access_token: ${{ secrets.GITHUB_TOKEN }} - uses: actions/checkout@v3 diff --git a/.github/workflows/wsl_workflow.yml b/.github/workflows/wsl_workflow.yml index df742c185..2e7601c1b 100644 --- a/.github/workflows/wsl_workflow.yml +++ b/.github/workflows/wsl_workflow.yml @@ -33,7 +33,7 @@ jobs: steps: - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.5.0 + uses: styfle/cancel-workflow-action@0.11.0 with: access_token: ${{ secrets.GITHUB_TOKEN }}