Skip to content

Commit e063c96

Browse files
committed
.
1 parent 8d5dca4 commit e063c96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
"simplesynapse",]
3131
steps:
3232
- name: Cancel Previous Runs
33-
uses: styfle/cancel-workflow-action@v0.11.0
33+
uses: styfle/cancel-workflow-action@0.11.0
3434
with:
3535
access_token: ${{ github.token }}
3636

.github/workflows/Documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Cancel Previous Runs
23-
uses: styfle/cancel-workflow-action@v0.11.0
23+
uses: styfle/cancel-workflow-action@0.11.0
2424
with:
2525
access_token: ${{ github.token }}
2626

0 commit comments

Comments
 (0)