Skip to content

Commit 935b0bd

Browse files
Build(deps): Bump styfle/cancel-workflow-action in the actions group (#1827)
Bumps the actions group with 1 update: [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action). Updates `styfle/cancel-workflow-action` from 0.12.1 to 0.13.0 - [Release notes](https://github.com/styfle/cancel-workflow-action/releases) - [Commits](styfle/cancel-workflow-action@0.12.1...0.13.0) --- updated-dependencies: - dependency-name: styfle/cancel-workflow-action dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6af6edb commit 935b0bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
if: ${{ needs.pre-job.outputs.should_skip != 'true' }}
2424
steps:
2525
- name: Cancel Previous Runs
26-
uses: styfle/cancel-workflow-action@0.12.1
26+
uses: styfle/cancel-workflow-action@0.13.0
2727
with:
2828
access_token: ${{ github.token }}
2929
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)