From 66cae5f7e431f7fd55042f3c9103f70e07ad2a4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 09:29:32 +0000 Subject: [PATCH] Bump styfle/cancel-workflow-action from 0.10.0 to 0.12.0 Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.10.0 to 0.12.0. - [Release notes](https://github.com/styfle/cancel-workflow-action/releases) - [Commits](https://github.com/styfle/cancel-workflow-action/compare/0.10.0...0.12.0) --- 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/pages.yml | 2 +- .github/workflows/test_code.yml | 2 +- .github/workflows/test_docs.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 3e775a6..3a96b31 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -12,7 +12,7 @@ jobs: name: Sphinx docs to gh-pages steps: - name: Cancel Workflow Action - uses: styfle/cancel-workflow-action@0.10.0 + uses: styfle/cancel-workflow-action@0.12.0 - uses: actions/checkout@v3 - uses: conda-incubator/setup-miniconda@v2 with: diff --git a/.github/workflows/test_code.yml b/.github/workflows/test_code.yml index 5cc3f31..dabf3c3 100644 --- a/.github/workflows/test_code.yml +++ b/.github/workflows/test_code.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Cancel Workflow Action - uses: styfle/cancel-workflow-action@0.10.0 + uses: styfle/cancel-workflow-action@0.12.0 - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4 diff --git a/.github/workflows/test_docs.yml b/.github/workflows/test_docs.yml index a1e85f3..ce6e881 100644 --- a/.github/workflows/test_docs.yml +++ b/.github/workflows/test_docs.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Cancel Workflow Action - uses: styfle/cancel-workflow-action@0.10.0 + uses: styfle/cancel-workflow-action@0.12.0 - uses: actions/checkout@v3 - name: Set up Python 3.9 uses: actions/setup-python@v4