Commit c743860
authored
⬆️ Bump octokit from 3.1.2 to 3.2.0 (#70)
Bumps [octokit](https://github.com/octokit/octokit.js) from 3.1.2 to
3.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/octokit/octokit.js/releases">octokit's
releases</a>.</em></p>
<blockquote>
<h2>v3.2.0</h2>
<h1><a
href="https://github.com/octokit/octokit.js/compare/v3.1.2...v3.2.0">3.2.0</a>
(2024-04-03)</h1>
<h3>Features</h3>
<ul>
<li><strong>security:</strong> Add provenance (<a
href="https://redirect.github.com/octokit/octokit.js/issues/2653">#2653</a>)
(<a
href="https://github.com/octokit/octokit.js/commit/a90799a69cb0a62f9103b395c3f26627f0402755">a90799a</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/octokit/octokit.js/commit/a90799a69cb0a62f9103b395c3f26627f0402755"><code>a90799a</code></a>
feat(security): Add provenance (<a
href="https://redirect.github.com/octokit/octokit.js/issues/2653">#2653</a>)</li>
<li><a
href="https://github.com/octokit/octokit.js/commit/353e0d5da33d5ff63a21b807d9818278e53ba83e"><code>353e0d5</code></a>
build(deps): lock file maintenance (<a
href="https://redirect.github.com/octokit/octokit.js/issues/2651">#2651</a>)</li>
<li><a
href="https://github.com/octokit/octokit.js/commit/6a60c15542394b6286ac8540f8d0cf441a4edad4"><code>6a60c15</code></a>
ci(action): update actions/add-to-project action to v1</li>
<li><a
href="https://github.com/octokit/octokit.js/commit/df14a57eff2a5d80d3584a749c1c2f8c6c1f2bf6"><code>df14a57</code></a>
build(deps): lock file maintenance (<a
href="https://redirect.github.com/octokit/octokit.js/issues/2646">#2646</a>)</li>
<li><a
href="https://github.com/octokit/octokit.js/commit/f98aeecec6fa782a2a2becc22a9b6f2554dc1c97"><code>f98aeec</code></a>
ci(action): update actions/add-to-project action to v0.6.1 (<a
href="https://redirect.github.com/octokit/octokit.js/issues/2645">#2645</a>)</li>
<li><a
href="https://github.com/octokit/octokit.js/commit/cf88b74bf1db796b15f5d1eb341c7ad0cf3f1c20"><code>cf88b74</code></a>
build(deps): lock file maintenance (<a
href="https://redirect.github.com/octokit/octokit.js/issues/2644">#2644</a>)</li>
<li><a
href="https://github.com/octokit/octokit.js/commit/5402983edfed70ce8a084ee28d7981da42fd4906"><code>5402983</code></a>
build(deps): lock file maintenance (<a
href="https://redirect.github.com/octokit/octokit.js/issues/2640">#2640</a>)</li>
<li><a
href="https://github.com/octokit/octokit.js/commit/89c89deba89b06fabc5c10a715e044592b1348a4"><code>89c89de</code></a>
docs(README): Missing required parameter issue_number (<a
href="https://redirect.github.com/octokit/octokit.js/issues/2639">#2639</a>)</li>
<li><a
href="https://github.com/octokit/octokit.js/commit/27b068acaecb68960985c5cbabaafaf553df18aa"><code>27b068a</code></a>
build(deps): lock file maintenance (<a
href="https://redirect.github.com/octokit/octokit.js/issues/2637">#2637</a>)</li>
<li><a
href="https://github.com/octokit/octokit.js/commit/1f06127caf4e602ec4df4e8cb16bb5701180041a"><code>1f06127</code></a>
ci(action): update actions/add-to-project action to v0.6.0 (<a
href="https://redirect.github.com/octokit/octokit.js/issues/2633">#2633</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/octokit/octokit.js/compare/v3.1.2...v3.2.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent d236664 commit c743860
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments