From fb4e12fca46de2e10d750b89564b6b0a7a8be8db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 11:38:43 +0000 Subject: [PATCH] chore(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/release-action.yml | 2 +- .github/workflows/unit-testing.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-action.yml b/.github/workflows/release-action.yml index 227e370..40aa466 100644 --- a/.github/workflows/release-action.yml +++ b/.github/workflows/release-action.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest 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/unit-testing.yml b/.github/workflows/unit-testing.yml index 1f9afc2..6e54d61 100644 --- a/.github/workflows/unit-testing.yml +++ b/.github/workflows/unit-testing.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest 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 }}