Skip to content

Commit 16caafc

Browse files
Update styfle/cancel-workflow-action action to v0.12.1 (#543)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3eeb541 commit 16caafc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
nightly:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: styfle/[email protected].0
16+
- uses: styfle/[email protected].1
1717
with:
1818
access_token: ${{ github.token }}
1919
- uses: actions/checkout@v4

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
nightly:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: styfle/[email protected].0
16+
- uses: styfle/[email protected].1
1717
with:
1818
access_token: ${{ github.token }}
1919
- uses: actions/checkout@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
stable:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: styfle/[email protected].0
17+
- uses: styfle/[email protected].1
1818
with:
1919
access_token: ${{ github.token }}
2020
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)