From 004b463b3a98b62b8f88b166671c8645466895a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 09:29:10 +0000 Subject: [PATCH] chore(deps): bump ydataai/cancel-workflow-action Bumps [ydataai/cancel-workflow-action](https://github.com/ydataai/cancel-workflow-action) from 0.7.0.pre.fix to 0.7.0. - [Release notes](https://github.com/ydataai/cancel-workflow-action/releases) - [Commits](https://github.com/ydataai/cancel-workflow-action/compare/0.7.0-fix...0.7.0) --- updated-dependencies: - dependency-name: ydataai/cancel-workflow-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/released.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/released.yaml b/.github/workflows/released.yaml index a8bc3ca..79b7b16 100644 --- a/.github/workflows/released.yaml +++ b/.github/workflows/released.yaml @@ -33,7 +33,7 @@ jobs: timeout-minutes: 3 steps: - - uses: ydataai/cancel-workflow-action@0.7.0-fix + - uses: ydataai/cancel-workflow-action@0.7.0 with: ignore_sha: true access_token: ${{ secrets.ACCESS_TOKEN }}