Skip to content

Commit fcafa01

Browse files
chore: bump styfle/cancel-workflow-action from 0.12.1 to 0.13.0
Bumps [styfle/cancel-workflow-action](https://github.com/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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4197fea commit fcafa01

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/check-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
node-version: ['>=18.18.x']
1818
steps:
1919
- name: Cancel Previous Runs
20-
uses: styfle/cancel-workflow-action@0.12.1
20+
uses: styfle/cancel-workflow-action@0.13.0
2121
with:
2222
access_token: ${{ secrets.GITHUB_TOKEN }}
2323

.github/workflows/check-lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
node-version: ['>=18.18.x']
1616
steps:
1717
- name: Cancel Previous Runs
18-
uses: styfle/cancel-workflow-action@0.12.1
18+
uses: styfle/cancel-workflow-action@0.13.0
1919
with:
2020
access_token: ${{ secrets.GITHUB_TOKEN }}
2121

@@ -45,7 +45,7 @@ jobs:
4545
node-version: ['>=18.18.x']
4646
steps:
4747
- name: Cancel Previous Runs
48-
uses: styfle/cancel-workflow-action@0.12.1
48+
uses: styfle/cancel-workflow-action@0.13.0
4949
with:
5050
access_token: ${{ secrets.GITHUB_TOKEN }}
5151

@@ -71,7 +71,7 @@ jobs:
7171
runs-on: ubuntu-latest
7272
steps:
7373
- name: Cancel Previous Runs
74-
uses: styfle/cancel-workflow-action@0.12.1
74+
uses: styfle/cancel-workflow-action@0.13.0
7575
with:
7676
access_token: ${{ secrets.GITHUB_TOKEN }}
7777

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Cancel Previous Runs
32-
uses: styfle/cancel-workflow-action@0.12.1
32+
uses: styfle/cancel-workflow-action@0.13.0
3333
with:
3434
access_token: ${{ github.token }}
3535

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Cancel Previous Runs
22-
uses: styfle/cancel-workflow-action@0.12.1
22+
uses: styfle/cancel-workflow-action@0.13.0
2323
with:
2424
access_token: ${{ secrets.GITHUB_TOKEN }}
2525

0 commit comments

Comments
 (0)