From 40752cfd522120ce937d8dd9236cd06b4d1ed3c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 07:11:22 +0000 Subject: [PATCH] chore(deps): bump styfle/cancel-workflow-action from 0.13.0 to 0.13.1 Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.13.0 to 0.13.1. - [Release notes](https://github.com/styfle/cancel-workflow-action/releases) - [Commits](https://github.com/styfle/cancel-workflow-action/compare/0.13.0...0.13.1) --- updated-dependencies: - dependency-name: styfle/cancel-workflow-action dependency-version: 0.13.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/storybook-netlify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/storybook-netlify.yml b/.github/workflows/storybook-netlify.yml index ee05c1a..ff83560 100644 --- a/.github/workflows/storybook-netlify.yml +++ b/.github/workflows/storybook-netlify.yml @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.13.0 + uses: styfle/cancel-workflow-action@0.13.1 with: access_token: ${{ github.token }} - name: Build Storybook