Skip to content

Commit 8345ce8

Browse files
authored
Merge pull request #231 from emnify/development
merge dependabot/github_actions/styfle/cancel-workflow-action-0.12.1 into main
2 parents 5dad37c + 7c7c56b commit 8345ce8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/bump-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Cancel Previous Runs
20-
uses: styfle/cancel-workflow-action@0.11.0
20+
uses: styfle/cancel-workflow-action@0.12.1
2121
with:
2222
access_token: ${{ github.token }}
2323

.github/workflows/documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Cancel Previous Runs
16-
uses: styfle/cancel-workflow-action@0.11.0
16+
uses: styfle/cancel-workflow-action@0.12.1
1717
with:
1818
access_token: ${{ github.token }}
1919

.github/workflows/unit-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Cancel Previous Runs
18-
uses: styfle/cancel-workflow-action@0.11.0
18+
uses: styfle/cancel-workflow-action@0.12.1
1919
with:
2020
access_token: ${{ github.token }}
2121
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)