Skip to content

Commit

Permalink
chore(deps): bump the actions group with 2 updates (#36)
Browse files Browse the repository at this point in the history
Bumps the actions group with 2 updates:
[hynek/build-and-inspect-python-package](https://github.com/hynek/build-and-inspect-python-package)
and
[actions/download-artifact](https://github.com/actions/download-artifact).

Updates `hynek/build-and-inspect-python-package` from 1 to 2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/hynek/build-and-inspect-python-package/releases">hynek/build-and-inspect-python-package's
releases</a>.</em></p>
<blockquote>
<h2>v2.0.0</h2>
<p>This release switches to <a
href="https://github.com/actions/upload-artifact"><em>actions/<strong>upload</strong>-artifact</em></a>
v4, which is incompatible with older versions of <a
href="https://github.com/actions/upload-artifact"><em>actions/<strong>download</strong>-artifact</em></a>
(and vice versa).</p>
<ul>
<li>If you're using <code>download-artifact@v3</code>, do
<strong>not</strong> upgrade.</li>
<li>If you want to use <code>download-artifact@v4</code>, you
<strong>must</strong> upgrade.</li>
</ul>
<h2>v1.5.4</h2>
<h3>Fixed</h3>
<ul>
<li>Stop trying to cache.
Fixes <code>Error: No file in /home/runner/work/pytest-cpp/pytest-cpp
matched to [**/requirements.txt or **/pyproject.toml], make sure you
have checked out the target repository</code>
<a
href="https://redirect.github.com/hynek/build-and-inspect-python-package/pull/76">#76</a></li>
</ul>
<h2>v1.5.3</h2>
<h3>Changed</h3>
<ul>
<li>Hopefully nothing, but this release comes from the main branch
again.</li>
</ul>
<h2>v1.5.2</h2>
<h3>Fixed</h3>
<ul>
<li>Turns out it made a huge difference. This release is branched
directly from v1.5 and only updates the dependencies.</li>
</ul>
<h2>v1.5.1</h2>
<h3>Changed</h3>
<ul>
<li>
<p>Updates of the tools we use. Notably this fixes
<em>check-wheel-contents</em> on Python 3.12.</p>
</li>
<li>
<p>This shouldn't make any difference, but all management and command
running is now done by <a href="https://pdm.fming.dev/">PDM</a>. <a
href="https://redirect.github.com/hynek/build-and-inspect-python-package/pull/57">#57</a></p>
</li>
</ul>
<h2>v1.5.0</h2>
<h3>Added</h3>
<ul>
<li>Set <a
href="https://reproducible-builds.org/specs/source-date-epoch/"><code>SOURCE_DATE_EPOCH</code></a>
based on the timestamp of the last commit for build reproducibility.
<a
href="https://redirect.github.com/hynek/build-and-inspect-python-package/pull/30">#30</a></li>
<li>The <em>tree</em> output now has ISO timestamps.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Use <code>3.x</code> version specifier in <code>setup-python</code>
for the venv used by our tools.
As of writing, that's 3.11.</li>
</ul>
<h2>v1.4.1</h2>
<p>Contains only a fix for a <a
href="https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/">deprecation
warning</a>.</p>
<h2>v1.4</h2>
<h3>Added</h3>
<ul>
<li>The contents listing of the SDist, the contents listing of the
wheel, <em>and</em> the package metadata are now conveniently added to
the CI run summary. So, you don't have to click through the build logs
or download anything to give it a quick glimpse.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/hynek/build-and-inspect-python-package/blob/main/CHANGELOG.md">hynek/build-and-inspect-python-package's
changelog</a>.</em></p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hynek/build-and-inspect-python-package/commit/c9fea028dc9c880c4d00d54727eff3fb1190d082"><code>c9fea02</code></a>
v2.0.0</li>
<li><a
href="https://github.com/hynek/build-and-inspect-python-package/commit/2385bede3021f7223c7a46a953df125acf9a51c2"><code>2385bed</code></a>
Switch to upload-artifact v4 (<a
href="https://redirect.github.com/hynek/build-and-inspect-python-package/issues/78">#78</a>)</li>
<li><a
href="https://github.com/hynek/build-and-inspect-python-package/commit/337438e007e4b7b68733b23b09ae6d989b16c99e"><code>337438e</code></a>
Automated dependency upgrades (<a
href="https://redirect.github.com/hynek/build-and-inspect-python-package/issues/77">#77</a>)</li>
<li><a
href="https://github.com/hynek/build-and-inspect-python-package/commit/36fb41da824c06586b7996b863191ff60767dab4"><code>36fb41d</code></a>
New cycle</li>
<li>See full diff in <a
href="https://github.com/hynek/build-and-inspect-python-package/compare/v1...v2">compare
view</a></li>
</ul>
</details>
<br />

Updates `actions/download-artifact` from 3 to 4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/download-artifact/releases">actions/download-artifact's
releases</a>.</em></p>
<blockquote>
<h2>v4.0.0</h2>
<h2>What's Changed</h2>
<p>The release of upload-artifact@v4 and download-artifact@v4 are major
changes to the backend architecture of Artifacts. They have numerous
performance and behavioral improvements.</p>
<p>For more information, see the <a
href="https://github.com/actions/toolkit/tree/main/packages/artifact"><code>@​actions/artifact</code></a>
documentation.</p>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/bflad"><code>@​bflad</code></a> made
their first contribution in <a
href="https://redirect.github.com/actions/download-artifact/pull/194">actions/download-artifact#194</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/download-artifact/compare/v3...v4.0.0">https://github.com/actions/download-artifact/compare/v3...v4.0.0</a></p>
<h2>v3.0.2</h2>
<ul>
<li>Bump <code>@actions/artifact</code> to v1.1.1 - <a
href="https://redirect.github.com/actions/download-artifact/pull/195">actions/download-artifact#195</a></li>
<li>Fixed a bug in Node16 where if an HTTP download finished too quickly
(&lt;1ms, e.g. when it's mocked) we attempt to delete a temp file that
has not been created yet <a
href="hhttps://redirect.github.com/actions/toolkit/pull/1278">actions/toolkit#1278</a></li>
</ul>
<h2>v3.0.1</h2>
<ul>
<li><a
href="https://redirect.github.com/actions/download-artifact/pull/178">Bump
<code>@​actions/core</code> to 1.10.0</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/actions/download-artifact/commit/f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110"><code>f44cd7b</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/download-artifact/issues/259">#259</a>
from actions/robherley/glob-downloads</li>
<li><a
href="https://github.com/actions/download-artifact/commit/3181fe853d2c9a606cd326853bf4c5b8ced5df02"><code>3181fe8</code></a>
add some migration docs</li>
<li><a
href="https://github.com/actions/download-artifact/commit/aaaac7b403f278b6b7eebdca69ca1658616f1c57"><code>aaaac7b</code></a>
licensed cache</li>
<li><a
href="https://github.com/actions/download-artifact/commit/7c9182f0e18dadedfbca3189ab7a22a416aa6714"><code>7c9182f</code></a>
update readme</li>
<li><a
href="https://github.com/actions/download-artifact/commit/b94e7015566b40b2de5eeeda514f239968da2dd7"><code>b94e701</code></a>
licensed cache</li>
<li><a
href="https://github.com/actions/download-artifact/commit/0b55470e40ab7435f445813ebc18b1107ecf7e32"><code>0b55470</code></a>
add test case for globbed downloads to same directory</li>
<li><a
href="https://github.com/actions/download-artifact/commit/0b51c2ef9042b581aded9711127e4a6d5f71c550"><code>0b51c2e</code></a>
update prettier/eslint versions</li>
<li><a
href="https://github.com/actions/download-artifact/commit/c4c6db724f9510b2b3cff5ebcc417c87a2b2fa97"><code>c4c6db7</code></a>
support globbing artifact list &amp; merging download directory</li>
<li><a
href="https://github.com/actions/download-artifact/commit/1bd0606e08fcaa4c28afc1fc7d45830ab5482dac"><code>1bd0606</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/download-artifact/issues/252">#252</a>
from stchr/patch-1</li>
<li><a
href="https://github.com/actions/download-artifact/commit/eff4d42b1f6ff704c7a0f37152ed8793673560ef"><code>eff4d42</code></a>
fix default for run-id</li>
<li>Additional commits viewable in <a
href="https://github.com/actions/download-artifact/compare/v3...v4">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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 26, 2024
1 parent c530d6c commit 16cfa02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
fetch-depth: 0

- uses: hynek/build-and-inspect-python-package@v1
- uses: hynek/build-and-inspect-python-package@v2

publish:
name: Publish
Expand All @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'release' && github.event.action == 'published'
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: Packages
path: dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ jobs:
with:
fetch-depth: 0

- uses: hynek/build-and-inspect-python-package@v1
- uses: hynek/build-and-inspect-python-package@v2

0 comments on commit 16cfa02

Please sign in to comment.