Skip to content

Commit

Permalink
Merge pull request #132 from tier4/dependabot/github_actions/styfle/c…
Browse files Browse the repository at this point in the history
…ancel-workflow-action-0.12.0

build(deps): bump styfle/cancel-workflow-action from 0.11.0 to 0.12.0
  • Loading branch information
yabuta authored Oct 6, 2023
2 parents 1f79e23 + 51cb06a commit e0a0219
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-and-test-differential.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
build-depends-repos: build_depends.repos
steps:
- name: Cancel previous runs
uses: styfle/cancel-workflow-action@0.11.0
uses: styfle/cancel-workflow-action@0.12.0

- name: Check out repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-build-depends.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
container: ros:galactic
steps:
- name: Cancel previous runs
uses: styfle/cancel-workflow-action@0.11.0
uses: styfle/cancel-workflow-action@0.12.0

- name: Check out repository
uses: actions/checkout@v4
Expand Down

0 comments on commit e0a0219

Please sign in to comment.