Skip to content

Commit

Permalink
Merge pull request #40 from EspressoSystems/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/styfle/cancel-workflow-action-0.12.0

Bump styfle/cancel-workflow-action from 0.11.0 to 0.12.0
  • Loading branch information
Ancient123 authored Jan 15, 2024
2 parents 0b93d6c + 38ab963 commit aa12e43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: styfle/cancel-workflow-action@0.11.0
- uses: styfle/cancel-workflow-action@0.12.0
name: Cancel Outdated Builds
with:
all_but_latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: styfle/cancel-workflow-action@0.11.0
- uses: styfle/cancel-workflow-action@0.12.0
name: Cancel Outdated Builds
with:
all_but_latest: true
Expand Down

0 comments on commit aa12e43

Please sign in to comment.