Skip to content

Commit 01962a4

Browse files
authored
Merge pull request #13 from dbsystel/dependabot-github_actions-styfle-cancel-workflow-action-0.11.0
Bump styfle/cancel-workflow-action from 0.9.1 to 0.11.0
2 parents b40afa4 + b5c8fd8 commit 01962a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/00-init-playground.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: 🛑 Cancel Previous Runs
12-
uses: styfle/cancel-workflow-action@0.9.1
12+
uses: styfle/cancel-workflow-action@0.11.0
1313

1414
- name: ⬇️ Checkout repo
1515
uses: actions/checkout@v3

.github/workflows/00-init.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: 🛑 Cancel Previous Runs
12-
uses: styfle/cancel-workflow-action@0.9.1
12+
uses: styfle/cancel-workflow-action@0.11.0
1313

1414
- name: ⬇️ Checkout repo
1515
uses: actions/checkout@v3

0 commit comments

Comments
 (0)