aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-04-12 06:36:31 -0700
committerGoogle Java Core Libraries <java-libraries-firehose+copybara@google.com>2021-04-12 06:37:03 -0700
commit22802b0c53377d18461b610cff2fdf1ac4929b4e (patch)
tree41ea7862a6909a3b29d36f729df917c166f27f0c /.github/workflows/ci.yml
parent09d3d20bb5a8e2bbe7c00a43bd3a95b27e576b46 (diff)
downloadauto-22802b0c53377d18461b610cff2fdf1ac4929b4e.tar.gz
Bump styfle/cancel-workflow-action from 0.8.0 to 0.9.0
Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.8.0 to 0.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/styfle/cancel-workflow-action/releases">styfle/cancel-workflow-action's releases</a>.</em></p> <blockquote> <h2>0.9.0</h2> <h3>Minor Changes</h3> <ul> <li>Add <code>all_but_latest</code> flag - cancel all workflows but the latest: <a href="https://github-redirect.dependabot.com/styfle/cancel-workflow-action/issues/35">#35</a></li> <li>Cleanup <code>all_but_latest</code>: <a href="https://github-redirect.dependabot.com/styfle/cancel-workflow-action/issues/67">#67</a></li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/thomwiggers"><code>@​thomwiggers</code></a> for helping!</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/styfle/cancel-workflow-action/commit/89f242ee29e10c53a841bfe71cc0ce7b2f065abc"><code>89f242e</code></a> 0.9.0</li> <li><a href="https://github.com/styfle/cancel-workflow-action/commit/1f01010c62353732693b6d4b9317a5e1964efb5c"><code>1f01010</code></a> Cleanup all_but_latest (<a href="https://github-redirect.dependabot.com/styfle/cancel-workflow-action/issues/67">#67</a>)</li> <li><a href="https://github.com/styfle/cancel-workflow-action/commit/1adde81177c51394e6482cd911704cf9ba77faad"><code>1adde81</code></a> Optionally cancel all workflows but the latest (<a href="https://github-redirect.dependabot.com/styfle/cancel-workflow-action/issues/35">#35</a>)</li> <li>See full diff in <a href="https://github.com/styfle/cancel-workflow-action/compare/0.8.0...89f242ee29e10c53a841bfe71cc0ce7b2f065abc">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Fixes #1061 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1061 from google:dependabot/github_actions/styfle/cancel-workflow-action-0.9.0 e9d20478d22aa81041a653c42f96118aadc5c0f8 PiperOrigin-RevId: 367991003
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 23ef28cc..210eb927 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
steps:
# Cancel any previous runs for the same branch that are still running.
- name: 'Cancel previous runs'
- uses: styfle/cancel-workflow-action@0.8.0
+ uses: styfle/cancel-workflow-action@0.9.0
with:
access_token: ${{ github.token }}
- name: 'Check out repository'