We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d89a1b4 commit 3424977Copy full SHA for 3424977
.github/workflows/updater.yml
@@ -68,7 +68,7 @@ jobs:
68
runs-on: ubuntu-latest
69
steps:
70
- name: Cancel Previous Runs
71
- uses: styfle/cancel-workflow-action@01ce38bf961b4e243a6342cbade0dbc8ba3f0432 # Tag: 0.12.0
+ uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # Tag: 0.12.1
72
with:
73
access_token: ${{ github.token }}
74
CHANGELOG.md
@@ -9,6 +9,7 @@
9
### Dependencies
10
11
- Bump `actions/checkout` from v3 to v4 ([#72](https://github.com/getsentry/github-workflows/pull/72))
12
+- Bump `styfle/cancel-workflow-action` from v0.12.0 to v0.12.1 ([#73](https://github.com/getsentry/github-workflows/pull/73))
13
14
## 2.9.1
15
0 commit comments