Skip to content

Commit

Permalink
Merge pull request juju#14485 from juju/dependabot/github_actions/daw…
Browse files Browse the repository at this point in the history
…idd6/action-homebrew-bump-formula-dd221ff435f42fa8102b5871bb1929af9d76476c

juju#14485

Bumps [dawidd6/action-homebrew-bump-formula](https://github.com/dawidd6/action-homebrew-bump-formula) from b1f4659559bcc32ab942f0b0f851e3c856d05253 to 3.8.0. This release includes the previously tagged commit.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/dawidd6/action-homebrew-bump-formula/commit/ad9fa45815e933d9ef7d83c699560316946b4b61"><code>ad9fa45</code></a> Specify Access Token scopes in README</li>
<li><a href="https://github.com/dawidd6/action-homebrew-bump-formula/commit/4e7716c8925b1988bb8616e5fd1b59d75c6fa011"><code>4e7716c</code></a> README: add another example</li>
<li><a href="https://github.com/dawidd6/action-homebrew-bump-formula/commit/a3cb816c8ae5c3f48686e9d556b00c43c1109891"><code>a3cb816</code></a> main: add no-audit back</li>
<li><a href="https://github.com/dawidd6/action-homebrew-bump-formula/commit/8a8b416db997f3dadd11efe464d3ebecde96fe6d"><code>8a8b416</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dawidd6/action-homebrew-bump-formula/issues/22">#22</a> from dawidd6/dawidd6-patch-1</li>
<li>See full diff in <a href="https://github.com/dawidd6/action-homebrew-bump-formula/compare/b1f4659559bcc32ab942f0b0f851e3c856d05253...dd221ff435f42fa8102b5871bb1929af9d76476c">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>
  • Loading branch information
jujubot authored Sep 19, 2022
2 parents edd2a5f + 89d5616 commit bf780c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-brew-formulae.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Update Homebrew formulae
uses: dawidd6/action-homebrew-bump-formula@b1f4659559bcc32ab942f0b0f851e3c856d05253 # master
uses: dawidd6/action-homebrew-bump-formula@dd221ff435f42fa8102b5871bb1929af9d76476c # master
with:
token: "${{ secrets.TOKEN }}"
formula: juju
Expand Down

0 comments on commit bf780c5

Please sign in to comment.