Skip to content

Commit

Permalink
Bump bruceadams/get-release from 1.2.3 to 1.3.2 (#769)
Browse files Browse the repository at this point in the history
Bumps
[bruceadams/get-release](https://github.com/bruceadams/get-release) from
1.2.3 to 1.3.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/bruceadams/get-release/releases">bruceadams/get-release's
releases</a>.</em></p>
<blockquote>
<h2>And, um, adjust the code to the newer
<code>@​actions/github</code></h2>
<p>No release notes provided.</p>
<h2>Updated depdendencies, notably <code>@​actions/core</code> to
1.10.0</h2>
<p>These updates avoid this warning message from GitHub Actions about
deprecated <code>set-output</code>.</p>
<blockquote>
<p>The <code>set-output</code> command is deprecated and will be
disabled soon. Please upgrade to using Environment Files.
For more information see: <a
href="https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/">https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/</a></p>
</blockquote>
<h2>Update to run on node16</h2>
<p>No release notes provided.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bruceadams/get-release/commit/74c3d60f5a28f358ccf241a00c9021ea16f0569f"><code>74c3d60</code></a>
Adjust code to newer <code>@​actions/github</code></li>
<li><a
href="https://github.com/bruceadams/get-release/commit/439b85889ca8b4f49a7474e8cb078e91ac74f135"><code>439b858</code></a>
Update README for fixed release</li>
<li><a
href="https://github.com/bruceadams/get-release/commit/2fade92f515661a121dc108f57610966eebed5a3"><code>2fade92</code></a>
Build the release artifact!</li>
<li><a
href="https://github.com/bruceadams/get-release/commit/dd2a8345480deae40936d93c9c7338669c409b39"><code>dd2a834</code></a>
Run using node16 (updated from node12)</li>
<li><a
href="https://github.com/bruceadams/get-release/commit/ce4447184c31ce996b5d4f2843f3c50f43be020f"><code>ce44471</code></a>
Update dependencies</li>
<li><a
href="https://github.com/bruceadams/get-release/commit/18d0d247170730d2fc4f643fb84345844ed3e77e"><code>18d0d24</code></a>
Fix typo</li>
<li><a
href="https://github.com/bruceadams/get-release/commit/d9060a309cb3d77ca8b503f3bc19966ef2c5d52c"><code>d9060a3</code></a>
Update dependencies</li>
<li><a
href="https://github.com/bruceadams/get-release/commit/8e4391c665634c4c7a1d6e623197b638464398a0"><code>8e4391c</code></a>
Fix typo</li>
<li>See full diff in <a
href="https://github.com/bruceadams/get-release/compare/v1.2.3...v1.3.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=bruceadams/get-release&package-manager=github_actions&previous-version=1.2.3&new-version=1.3.2)](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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jason Maréchal <[email protected]>
  • Loading branch information
dependabot[bot] and JasonMarechal25 authored Mar 5, 2024
1 parent a2559fe commit b49959d
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_centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Get release
if: github.event_name == 'release' && github.event.action == 'created'
id: get_release
uses: bruceadams/get-release@v1.2.3
uses: bruceadams/get-release@v1.3.2
- uses: actions/checkout@v3
with:
submodules: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
if: github.event_name == 'release' && github.event.action == 'created'
id: get_release
uses:
bruceadams/get-release@v1.2.3
bruceadams/get-release@v1.3.2

- name: Set up Python
uses: actions/setup-python@v3
Expand Down

0 comments on commit b49959d

Please sign in to comment.