From fd637cf1aec7e042d3328d271c434f52cb0658e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 14:30:35 +0000 Subject: [PATCH] build(deps): bump styfle/cancel-workflow-action from 0.11.0 to 0.12.1 Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.11.0 to 0.12.1. - [Release notes](https://github.com/styfle/cancel-workflow-action/releases) - [Commits](https://github.com/styfle/cancel-workflow-action/compare/0.11.0...0.12.1) --- updated-dependencies: - dependency-name: styfle/cancel-workflow-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/linux-x64.yml | 2 +- .github/workflows/mac-x64.yml | 2 +- .github/workflows/windows-x64.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linux-x64.yml b/.github/workflows/linux-x64.yml index 051b257..9ff29de 100644 --- a/.github/workflows/linux-x64.yml +++ b/.github/workflows/linux-x64.yml @@ -16,7 +16,7 @@ jobs: steps: - name: cancel-previous-runs - uses: styfle/cancel-workflow-action@0.11.0 + uses: styfle/cancel-workflow-action@0.12.1 with: access_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/mac-x64.yml b/.github/workflows/mac-x64.yml index dddf283..c8b6dd9 100644 --- a/.github/workflows/mac-x64.yml +++ b/.github/workflows/mac-x64.yml @@ -16,7 +16,7 @@ jobs: steps: - name: cancel-previous-runs - uses: styfle/cancel-workflow-action@0.11.0 + uses: styfle/cancel-workflow-action@0.12.1 with: access_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/windows-x64.yml b/.github/workflows/windows-x64.yml index d684e55..1de2e83 100644 --- a/.github/workflows/windows-x64.yml +++ b/.github/workflows/windows-x64.yml @@ -16,7 +16,7 @@ jobs: steps: - name: cancel-previous-runs - uses: styfle/cancel-workflow-action@0.11.0 + uses: styfle/cancel-workflow-action@0.12.1 with: access_token: ${{ secrets.GITHUB_TOKEN }}