We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5dad37c + 7c7c56b commit 8345ce8Copy full SHA for 8345ce8
.github/workflows/bump-version.yml
@@ -17,7 +17,7 @@ jobs:
17
18
steps:
19
- name: Cancel Previous Runs
20
- uses: styfle/cancel-workflow-action@0.11.0
+ uses: styfle/cancel-workflow-action@0.12.1
21
with:
22
access_token: ${{ github.token }}
23
.github/workflows/documentation.yml
@@ -13,7 +13,7 @@ jobs:
13
14
15
16
.github/workflows/unit-tests.yml
@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
- uses: actions/checkout@v4
0 commit comments