From 8264b12d3513bd93d56d313c87528cfcc958dce9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 08:53:00 +0000 Subject: [PATCH] Bump andymckay/cancel-action from 0.3 to 0.5 Bumps [andymckay/cancel-action](https://github.com/andymckay/cancel-action) from 0.3 to 0.5. - [Release notes](https://github.com/andymckay/cancel-action/releases) - [Commits](https://github.com/andymckay/cancel-action/compare/0.3...0.5) --- updated-dependencies: - dependency-name: andymckay/cancel-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ba1c172..da34f12 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -155,7 +155,7 @@ jobs: - name: Git tag verification if: steps.tag_check.outputs.exists_tag == false - uses: andymckay/cancel-action@0.3 + uses: andymckay/cancel-action@0.5 # Bootstrap project - name: Install dependencies