Skip to content

Commit

Permalink
chore(deps): Bump the deps group with 4 updates (#533)
Browse files Browse the repository at this point in the history
Bumps the deps group with 4 updates:
[actions/setup-python](https://github.com/actions/setup-python),
[actions/upload-artifact](https://github.com/actions/upload-artifact),
[actions/download-artifact](https://github.com/actions/download-artifact)
and
[kenji-miyake/setup-git-cliff](https://github.com/kenji-miyake/setup-git-cliff).

Updates `actions/setup-python` from 4 to 5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/setup-python/releases">actions/setup-python's
releases</a>.</em></p>
<blockquote>
<h2>v5.0.0</h2>
<h2>What's Changed</h2>
<p>In scope of this release, we update node version runtime from node16
to node20 (<a
href="https://redirect.github.com/actions/setup-python/pull/772">actions/setup-python#772</a>).
Besides, we update dependencies to the latest versions.</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/setup-python/compare/v4.8.0...v5.0.0">https://github.com/actions/setup-python/compare/v4.8.0...v5.0.0</a></p>
<h2>v4.8.0</h2>
<h2>What's Changed</h2>
<p>In scope of this release we added support for GraalPy (<a
href="https://redirect.github.com/actions/setup-python/pull/694">actions/setup-python#694</a>).
You can use this snippet to set up GraalPy:</p>
<pre lang="yaml"><code>steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4 
  with:
    python-version: 'graalpy-22.3' 
- run: python my_script.py
</code></pre>
<p>Besides, the release contains such changes as:</p>
<ul>
<li>Trim python version when reading from file by <a
href="https://github.com/FerranPares"><code>@​FerranPares</code></a> in
<a
href="https://redirect.github.com/actions/setup-python/pull/628">actions/setup-python#628</a></li>
<li>Use non-deprecated versions in examples by <a
href="https://github.com/jeffwidman"><code>@​jeffwidman</code></a> in <a
href="https://redirect.github.com/actions/setup-python/pull/724">actions/setup-python#724</a></li>
<li>Change deprecation comment to past tense by <a
href="https://github.com/jeffwidman"><code>@​jeffwidman</code></a> in <a
href="https://redirect.github.com/actions/setup-python/pull/723">actions/setup-python#723</a></li>
<li>Bump <code>@​babel/traverse</code> from 7.9.0 to 7.23.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/setup-python/pull/743">actions/setup-python#743</a></li>
<li>advanced-usage.md: Encourage the use actions/checkout@v4 by <a
href="https://github.com/cclauss"><code>@​cclauss</code></a> in <a
href="https://redirect.github.com/actions/setup-python/pull/729">actions/setup-python#729</a></li>
<li>Examples now use checkout@v4 by <a
href="https://github.com/simonw"><code>@​simonw</code></a> in <a
href="https://redirect.github.com/actions/setup-python/pull/738">actions/setup-python#738</a></li>
<li>Update actions/checkout to v4 by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-python/pull/761">actions/setup-python#761</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/FerranPares"><code>@​FerranPares</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/setup-python/pull/628">actions/setup-python#628</a></li>
<li><a href="https://github.com/timfel"><code>@​timfel</code></a> made
their first contribution in <a
href="https://redirect.github.com/actions/setup-python/pull/694">actions/setup-python#694</a></li>
<li><a
href="https://github.com/jeffwidman"><code>@​jeffwidman</code></a> made
their first contribution in <a
href="https://redirect.github.com/actions/setup-python/pull/724">actions/setup-python#724</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/setup-python/compare/v4...v4.8.0">https://github.com/actions/setup-python/compare/v4...v4.8.0</a></p>
<h2>v4.7.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Bump word-wrap from 1.2.3 to 1.2.4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/setup-python/pull/702">actions/setup-python#702</a></li>
<li>Add range validation for toml files by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-python/pull/726">actions/setup-python#726</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/setup-python/compare/v4...v4.7.1">https://github.com/actions/setup-python/compare/v4...v4.7.1</a></p>
<h2>v4.7.0</h2>
<p>In scope of this release, the support for reading python version from
pyproject.toml was added (<a
href="https://redirect.github.com/actions/setup-python/pull/669">actions/setup-python#669</a>).</p>
<pre lang="yaml"><code>      - name: Setup Python
        uses: actions/setup-python@v4
&lt;/tr&gt;&lt;/table&gt; 
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/actions/setup-python/commit/0a5c61591373683505ea898e09a3ea4f39ef2b9c"><code>0a5c615</code></a>
Update action to node20 (<a
href="https://redirect.github.com/actions/setup-python/issues/772">#772</a>)</li>
<li><a
href="https://github.com/actions/setup-python/commit/0ae58361cdfd39e2950bed97a1e26aa20c3d8955"><code>0ae5836</code></a>
Add example of GraalPy to docs (<a
href="https://redirect.github.com/actions/setup-python/issues/773">#773</a>)</li>
<li><a
href="https://github.com/actions/setup-python/commit/b64ffcaf5b410884ad320a9cfac8866006a109aa"><code>b64ffca</code></a>
update actions/checkout to v4 (<a
href="https://redirect.github.com/actions/setup-python/issues/761">#761</a>)</li>
<li><a
href="https://github.com/actions/setup-python/commit/8d2896179abf658742de432b3f203d2c2d86a587"><code>8d28961</code></a>
Examples now use checkout@v4 (<a
href="https://redirect.github.com/actions/setup-python/issues/738">#738</a>)</li>
<li><a
href="https://github.com/actions/setup-python/commit/7bc6abb01e0555719edc2dbca70a2fde309e5e56"><code>7bc6abb</code></a>
advanced-usage.md: Encourage the use actions/checkout@v4 (<a
href="https://redirect.github.com/actions/setup-python/issues/729">#729</a>)</li>
<li><a
href="https://github.com/actions/setup-python/commit/e8111cec9d3dc15220d8a3b638f08419f57b906a"><code>e8111ce</code></a>
Bump <code>@​babel/traverse</code> from 7.9.0 to 7.23.2 (<a
href="https://redirect.github.com/actions/setup-python/issues/743">#743</a>)</li>
<li><a
href="https://github.com/actions/setup-python/commit/a00ea43da65e7c04d2bdae58b3afecd77057eb9e"><code>a00ea43</code></a>
add fix for graalpy ci (<a
href="https://redirect.github.com/actions/setup-python/issues/741">#741</a>)</li>
<li><a
href="https://github.com/actions/setup-python/commit/8635b1ccc5934e73ed3510980fd2e7790b85839b"><code>8635b1c</code></a>
Change deprecation comment to past tense (<a
href="https://redirect.github.com/actions/setup-python/issues/723">#723</a>)</li>
<li><a
href="https://github.com/actions/setup-python/commit/f6cc428f535856f9c23558d01765a42a4d6cf758"><code>f6cc428</code></a>
Use non-deprecated versions in examples (<a
href="https://redirect.github.com/actions/setup-python/issues/724">#724</a>)</li>
<li><a
href="https://github.com/actions/setup-python/commit/5f2af211d616f86005883b44826180b21abb4060"><code>5f2af21</code></a>
Add GraalPy support (<a
href="https://redirect.github.com/actions/setup-python/issues/694">#694</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/actions/setup-python/compare/v4...v5">compare
view</a></li>
</ul>
</details>
<br />

Updates `actions/upload-artifact` from 3 to 4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/upload-artifact/releases">actions/upload-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/vmjoseph"><code>@​vmjoseph</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/upload-artifact/pull/464">actions/upload-artifact#464</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/upload-artifact/compare/v3...v4.0.0">https://github.com/actions/upload-artifact/compare/v3...v4.0.0</a></p>
<h2>v3.1.3</h2>
<h2>What's Changed</h2>
<ul>
<li>chore(github): remove trailing whitespaces by <a
href="https://github.com/ljmf00"><code>@​ljmf00</code></a> in <a
href="https://redirect.github.com/actions/upload-artifact/pull/313">actions/upload-artifact#313</a></li>
<li>Bump <code>@​actions/artifact</code> version to v1.1.2 by <a
href="https://github.com/bethanyj28"><code>@​bethanyj28</code></a> in <a
href="https://redirect.github.com/actions/upload-artifact/pull/436">actions/upload-artifact#436</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/upload-artifact/compare/v3...v3.1.3">https://github.com/actions/upload-artifact/compare/v3...v3.1.3</a></p>
<h2>v3.1.2</h2>
<ul>
<li>Update all <code>@actions/*</code> NPM packages to their latest
versions- <a
href="https://redirect.github.com/actions/upload-artifact/issues/374">#374</a></li>
<li>Update all dev dependencies to their most recent versions - <a
href="https://redirect.github.com/actions/upload-artifact/issues/375">#375</a></li>
</ul>
<h2>v3.1.1</h2>
<ul>
<li>Update actions/core package to latest version to remove
<code>set-output</code> deprecation warning <a
href="https://redirect.github.com/actions/upload-artifact/issues/351">#351</a></li>
</ul>
<h2>v3.1.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Bump <code>@​actions/artifact</code> to v1.1.0 (<a
href="https://redirect.github.com/actions/upload-artifact/pull/327">actions/upload-artifact#327</a>)
<ul>
<li>Adds checksum headers on artifact upload (<a
href="https://redirect.github.com/actions/toolkit/pull/1095">actions/toolkit#1095</a>)
(<a
href="https://redirect.github.com/actions/toolkit/pull/1063">actions/toolkit#1063</a>)</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/actions/upload-artifact/commit/c7d193f32edcb7bfad88892161225aeda64e9392"><code>c7d193f</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/upload-artifact/issues/466">#466</a>
from actions/v4-beta</li>
<li><a
href="https://github.com/actions/upload-artifact/commit/13131bb095770b4070a7477c3cd2d96e1c16d9f4"><code>13131bb</code></a>
licensed cache</li>
<li><a
href="https://github.com/actions/upload-artifact/commit/4a6c273b9834f66a1d05c170dc3f80f9cdb9def1"><code>4a6c273</code></a>
Merge branch 'main' into v4-beta</li>
<li><a
href="https://github.com/actions/upload-artifact/commit/f391bb91a3d3118aeca171c365bb319ece276b37"><code>f391bb9</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/upload-artifact/issues/465">#465</a>
from actions/robherley/v4-documentation</li>
<li><a
href="https://github.com/actions/upload-artifact/commit/9653d03c4b74c32144e02dae644fea70e079d4b3"><code>9653d03</code></a>
Apply suggestions from code review</li>
<li><a
href="https://github.com/actions/upload-artifact/commit/875b63076402f25ef9d52c294c86ba4f97810575"><code>875b630</code></a>
add limitations section</li>
<li><a
href="https://github.com/actions/upload-artifact/commit/ecb21463e93740a6be75c3116242169bfdbcb15a"><code>ecb2146</code></a>
add compression example</li>
<li><a
href="https://github.com/actions/upload-artifact/commit/5e7604f84a055838f64ed68bb9904751523081ae"><code>5e7604f</code></a>
trim some repeated info</li>
<li><a
href="https://github.com/actions/upload-artifact/commit/d6437d07581fe318a364512e6cf6b1dca6b4f92c"><code>d6437d0</code></a>
naming</li>
<li><a
href="https://github.com/actions/upload-artifact/commit/1b561557037b4957d7d184e9aac02bec86c771eb"><code>1b56155</code></a>
s/v4-beta/v4/g</li>
<li>Additional commits viewable in <a
href="https://github.com/actions/upload-artifact/compare/v3...v4">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 />

Updates `kenji-miyake/setup-git-cliff` from 1 to 2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/kenji-miyake/setup-git-cliff/releases">kenji-miyake/setup-git-cliff's
releases</a>.</em></p>
<blockquote>
<h2>Release v2.0.0</h2>
<h3>⛰️  Features</h3>
<ul>
<li><em>(node version)</em> [<strong>breaking</strong>] Update node from
node16 to node20 (<a
href="https://redirect.github.com/kenji-miyake/setup-git-cliff/issues/72">#72</a>)
- (<a
href="https://github.com/orhun/git-cliff/commit/a3221464c24780024acf28124ce8c843fc36b0e9">a322146</a>)</li>
<li>Print URL (<a
href="https://redirect.github.com/kenji-miyake/setup-git-cliff/issues/69">#69</a>)
- (<a
href="https://github.com/orhun/git-cliff/commit/8d723ad2b44e1ce0ff346f77020ee5d13807b79f">8d723ad</a>)</li>
</ul>
<h3>📚 Documentation</h3>
<ul>
<li>Document how to skip authentication (<a
href="https://redirect.github.com/kenji-miyake/setup-git-cliff/issues/65">#65</a>)
- (<a
href="https://github.com/orhun/git-cliff/commit/e10a202d4ca891b538d483742bd0a82e83a8404b">e10a202</a>)</li>
<li>Update to v2 (<a
href="https://redirect.github.com/kenji-miyake/setup-git-cliff/issues/74">#74</a>)
- (<a
href="https://github.com/orhun/git-cliff/commit/116caa96a06ee61cfef62b22514202d111f8cb34">116caa9</a>)</li>
</ul>
<h3>Continuous Integrations</h3>
<ul>
<li><em>(github-release)</em> Add cliff.toml (<a
href="https://redirect.github.com/kenji-miyake/setup-git-cliff/issues/70">#70</a>)
- (<a
href="https://github.com/orhun/git-cliff/commit/fe16b7b756ee3ea5d165ccff22b2652668646e79">fe16b7b</a>)</li>
<li><em>(pre-commit)</em> Autoupdate (<a
href="https://redirect.github.com/kenji-miyake/setup-git-cliff/issues/63">#63</a>)
- (<a
href="https://github.com/orhun/git-cliff/commit/bf1bcc223a0ca7b92b650448fdebcbc802f0ea79">bf1bcc2</a>)</li>
<li><em>(sync-files)</em> Update sync settings (<a
href="https://redirect.github.com/kenji-miyake/setup-git-cliff/issues/71">#71</a>)
- (<a
href="https://github.com/orhun/git-cliff/commit/750656b5cefd041fb97ff362839bb0070e629d5e">750656b</a>)</li>
<li><em>(sync-files)</em> Fix sync settings (<a
href="https://redirect.github.com/kenji-miyake/setup-git-cliff/issues/75">#75</a>)
- (<a
href="https://github.com/orhun/git-cliff/commit/b5607db169be76b1a25e458789137f269ae91b4c">b5607db</a>)</li>
</ul>
<h3>⚙️ Chores</h3>
<ul>
<li>Update npm dependencies (<a
href="https://redirect.github.com/kenji-miyake/setup-git-cliff/issues/62">#62</a>)
- (<a
href="https://github.com/orhun/git-cliff/commit/52ce8b14ccb61dfa21e00e7e4ff7c44ae89f8037">52ce8b1</a>)</li>
<li>Sync files (<a
href="https://redirect.github.com/kenji-miyake/setup-git-cliff/issues/67">#67</a>)
- (<a
href="https://github.com/orhun/git-cliff/commit/f43e4ad04ecb6543c234af72001935906da4b307">f43e4ad</a>)</li>
<li>Update npm dependencies (<a
href="https://redirect.github.com/kenji-miyake/setup-git-cliff/issues/66">#66</a>)
- (<a
href="https://github.com/orhun/git-cliff/commit/e650bc7c88de58a90967751e9543153fdd74cb4f">e650bc7</a>)</li>
<li>Sync files (<a
href="https://redirect.github.com/kenji-miyake/setup-git-cliff/issues/76">#76</a>)
- (<a
href="https://github.com/orhun/git-cliff/commit/524db824308d6e69177d37023133906d34d4d142">524db82</a>)</li>
</ul>
<!-- raw HTML omitted -->
<h2>Release v1.1.0</h2>
<h3><!-- raw HTML omitted -->Features</h3>
<ul>
<li>Support the token input (<a
href="https://redirect.github.com/kenji-miyake/setup-git-cliff/issues/61">#61</a>)</li>
</ul>
<h3><!-- raw HTML omitted -->Continuous Integrations</h3>
<ul>
<li>[pre-commit] Autoupdate (<a
href="https://redirect.github.com/kenji-miyake/setup-git-cliff/issues/52">#52</a>)</li>
</ul>
<h3><!-- raw HTML omitted -->Chores</h3>
<ul>
<li>Use a better .gitignore (<a
href="https://redirect.github.com/kenji-miyake/setup-git-cliff/issues/57">#57</a>)</li>
<li>Sync files (<a
href="https://redirect.github.com/kenji-miyake/setup-git-cliff/issues/56">#56</a>)</li>
<li>Update npm dependencies (<a
href="https://redirect.github.com/kenji-miyake/setup-git-cliff/issues/55">#55</a>)</li>
<li>Update npm dependencies (<a
href="https://redirect.github.com/kenji-miyake/setup-git-cliff/issues/58">#58</a>)</li>
<li>Sync files (<a
href="https://redirect.github.com/kenji-miyake/setup-git-cliff/issues/60">#60</a>)</li>
<li>Update npm dependencies (<a
href="https://redirect.github.com/kenji-miyake/setup-git-cliff/issues/59">#59</a>)</li>
</ul>
<!-- raw HTML omitted -->
<h2>Release v1.0.1</h2>
<h3><!-- raw HTML omitted -->Documentation</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kenji-miyake/setup-git-cliff/commit/524db824308d6e69177d37023133906d34d4d142"><code>524db82</code></a>
chore: sync files (<a
href="https://redirect.github.com/kenji-miyake/setup-git-cliff/issues/76">#76</a>)</li>
<li><a
href="https://github.com/kenji-miyake/setup-git-cliff/commit/b5607db169be76b1a25e458789137f269ae91b4c"><code>b5607db</code></a>
ci(sync-files): fix sync settings (<a
href="https://redirect.github.com/kenji-miyake/setup-git-cliff/issues/75">#75</a>)</li>
<li><a
href="https://github.com/kenji-miyake/setup-git-cliff/commit/116caa96a06ee61cfef62b22514202d111f8cb34"><code>116caa9</code></a>
docs: update to v2 (<a
href="https://redirect.github.com/kenji-miyake/setup-git-cliff/issues/74">#74</a>)</li>
<li><a
href="https://github.com/kenji-miyake/setup-git-cliff/commit/bf1bcc223a0ca7b92b650448fdebcbc802f0ea79"><code>bf1bcc2</code></a>
ci(pre-commit): autoupdate (<a
href="https://redirect.github.com/kenji-miyake/setup-git-cliff/issues/63">#63</a>)</li>
<li><a
href="https://github.com/kenji-miyake/setup-git-cliff/commit/e650bc7c88de58a90967751e9543153fdd74cb4f"><code>e650bc7</code></a>
chore: update npm dependencies (<a
href="https://redirect.github.com/kenji-miyake/setup-git-cliff/issues/66">#66</a>)</li>
<li><a
href="https://github.com/kenji-miyake/setup-git-cliff/commit/f43e4ad04ecb6543c234af72001935906da4b307"><code>f43e4ad</code></a>
chore: sync files (<a
href="https://redirect.github.com/kenji-miyake/setup-git-cliff/issues/67">#67</a>)</li>
<li><a
href="https://github.com/kenji-miyake/setup-git-cliff/commit/8d723ad2b44e1ce0ff346f77020ee5d13807b79f"><code>8d723ad</code></a>
feat: print URL (<a
href="https://redirect.github.com/kenji-miyake/setup-git-cliff/issues/69">#69</a>)</li>
<li><a
href="https://github.com/kenji-miyake/setup-git-cliff/commit/a3221464c24780024acf28124ce8c843fc36b0e9"><code>a322146</code></a>
feat(node version)!: update node from node16 to node20 (<a
href="https://redirect.github.com/kenji-miyake/setup-git-cliff/issues/72">#72</a>)</li>
<li><a
href="https://github.com/kenji-miyake/setup-git-cliff/commit/fe16b7b756ee3ea5d165ccff22b2652668646e79"><code>fe16b7b</code></a>
ci(github-release): add cliff.toml (<a
href="https://redirect.github.com/kenji-miyake/setup-git-cliff/issues/70">#70</a>)</li>
<li><a
href="https://github.com/kenji-miyake/setup-git-cliff/commit/750656b5cefd041fb97ff362839bb0070e629d5e"><code>750656b</code></a>
ci(sync-files): update sync settings (<a
href="https://redirect.github.com/kenji-miyake/setup-git-cliff/issues/71">#71</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/kenji-miyake/setup-git-cliff/compare/v1...v2">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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Teo Stocco <[email protected]>
Co-authored-by: afmika <[email protected]>
  • Loading branch information
3 people authored Jan 3, 2024
1 parent 943cda1 commit 6efa1fd
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autoupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
- uses: browniebroke/pre-commit-autoupdate-action@main
- uses: peter-evans/create-pull-request@v5
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
mkdir -p digests/prd
digest="${{ steps.prd.outputs.digest }}"
touch "digests/prd/${digest#sha256:}"
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: digests
path: ./digests/*
Expand All @@ -70,7 +70,7 @@ jobs:
- target: prd
tag: nightly
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: digests
path: ./digests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VERSION }}
- uses: abatilo/actions-poetry@v2
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: denoland/setup-deno@v1
with:
deno-version: v${{ env.DENO_VERSION }}
- uses: kenji-miyake/setup-git-cliff@v1
- uses: kenji-miyake/setup-git-cliff@v2
- run: |
VERSION=$(deno run -A dev/lock.ts --version)
if [[ "${{ github.ref_name }}" != "v$VERSION" ]]; then
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
- uses: denoland/setup-deno@v1
with:
deno-version: ${{ env.DENO_VERSION }}
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VERSION }}
cache: "poetry"
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
mkdir -p ./digests
digest="${{ steps.build.outputs.digest }}"
touch "./digests/${digest#sha256:}"
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: digests
path: ./digests/*
Expand All @@ -187,7 +187,7 @@ jobs:
- typegate
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: digests
path: ./digests
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
- uses: denoland/setup-deno@v1
with:
deno-version: v${{ env.DENO_VERSION }}
- uses: kenji-miyake/setup-git-cliff@v1
- uses: kenji-miyake/setup-git-cliff@v2
- id: bump
run: |
deno run -A dev/lock.ts --bump prerelease
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VERSION }}
- uses: dsherret/rust-toolchain-file@v1
Expand All @@ -89,7 +89,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VERSION }}
- uses: denoland/setup-deno@v1
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
shared-key: ${{ runner.os }}-rust-${{ hashFiles('**/rust-toolchain.toml') }}-${{ hashFiles('**/Cargo.lock') }}
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Cache .venv dir
Expand Down Expand Up @@ -268,7 +268,7 @@ jobs:
with:
path: ${{ env.DENO_DIR }}
key: deno-${{ hashFiles('**/deno.lock') }}
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Cache .venv dir
Expand Down
2 changes: 1 addition & 1 deletion typegate/tests/e2e/nextjs/apollo/pages/api/apollo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function handler(
// Does FormData.append stuff and enables File Upload
// Please refer to https://github.com/jaydenseric/apollo-upload-client/blob/master/createUploadLink.mjs
// Note: if link and uri are both provided, link takes precedence
link: createUploadLink({ uri: "http://localhost:7897/apollo" })
link: createUploadLink({ uri: "http://localhost:7893/apollo" }),
});

client.mutate({
Expand Down
4 changes: 2 additions & 2 deletions typegate/tests/e2e/nextjs/apollo_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function startNextServer() {
return command.spawn();
}

const port = 7897;
const port = 7893;
const nextjsPort = 3123;
const envs = {
TG_APOLLO_HOST: HOST,
Expand Down Expand Up @@ -106,7 +106,7 @@ async function undeployTypegraph() {
"--target",
`dev${port}`,
"--typegraph",
"apollo-test",
"apollo",
);
}

Expand Down
5 changes: 4 additions & 1 deletion typegate/tests/metatype.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ typegates:
TG_PRISMA_POSTGRES: "postgresql://postgres:password@localhost:5432/db?schema=e2e"
TG_MIGRATION_FAILURE_TEST_POSTGRES: "postgresql://postgres:password@localhost:5432/db?schema=e2e2"

dev7893:
<<: *dev
url: "http://localhost:7893"

dev7895:
<<: *dev
url: "http://localhost:7895"
Expand All @@ -39,7 +43,6 @@ typegates:
TG_PRISMA_POSTGRES: "postgresql://postgres:password@localhost:5432/db?schema=e2e7897"
TG_MIGRATION_FAILURE_TEST_POSTGRES: "postgresql://postgres:password@localhost:5432/db?schema=e2e7897alt"


typegraphs:
materializers:
prisma:
Expand Down
1 change: 0 additions & 1 deletion typegate/tests/runtimes/s3/s3_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ Meta.test("s3", async (t) => {

assertExists(url);
const res2 = await fetch(url2);
console.log("DOWNLOAD URL", url);
const text = await res2.text();
assertEquals(text, fileContent2);
});
Expand Down

0 comments on commit 6efa1fd

Please sign in to comment.