Browse Source
Merge pull request #91 from EspressoSystems/dependabot/github_actions/styfle/cancel-workflow-action-0.11.0
Bump styfle/cancel-workflow-action from 0.9.1 to 0.11.0
main
Mat R
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/build.yml
|
|
@ -16,7 +16,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- name: Cancel Outdated Builds |
|
|
|
uses: styfle/cancel-workflow-action@0.9.1 |
|
|
|
uses: styfle/cancel-workflow-action@0.11.0 |
|
|
|
with: |
|
|
|
all_but_latest: true |
|
|
|
access_token: ${{ github.token }} |
|
|
|