You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/12/23 04:02:17 UTC

[GitHub] [apisix-website] dependabot[bot] opened a new pull request, #1454: chore(deps): bump actions/setup-python from 4.1.0 to 4.4.0

dependabot[bot] opened a new pull request, #1454:
URL: https://github.com/apache/apisix-website/pull/1454

   Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.1.0 to 4.4.0.
   <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>Add support to install multiple python versions</h2>
   <p>In scope of this release we added support to <a href="https://github-redirect.dependabot.com/actions/setup-python/pull/567">install multiple python versions</a>. For this you can try to use this snippet:</p>
   <pre lang="yaml"><code>    - uses: actions/setup-python@v4
         with:
           python-version: |
               3.8
               3.9
               3.10
   </code></pre>
   <p>Besides, we changed logic with throwing the error for GHES if cache is unavailable to warn (<a href="https://github-redirect.dependabot.com/actions/setup-python/pull/566">actions/setup-python#566</a>).</p>
   <h2>Improve error handling and messages</h2>
   <p>In scope of this release we added improved error message to put operating system and its version in the logs (<a href="https://github-redirect.dependabot.com/actions/setup-python/pull/559">actions/setup-python#559</a>). Besides, the release</p>
   <ul>
   <li>fixes issue about <a href="https://github-redirect.dependabot.com/actions/setup-python/issues/518">specifying architecture for pypy-nightly on Windows</a> with related <a href="https://github-redirect.dependabot.com/actions/setup-python/pull/520">pull request</a>.</li>
   <li>improves error handling for Http Errors (<a href="https://github-redirect.dependabot.com/actions/setup-python/pull/511">actions/setup-python#511</a>).</li>
   <li>updates minimatch (<a href="https://github-redirect.dependabot.com/actions/setup-python/pull/558">actions/setup-python#558</a>).</li>
   </ul>
   <h2>v4.3.0</h2>
   <ul>
   <li>Update <code>@​actions/core</code> to 1.10.0 version <a href="https://github-redirect.dependabot.com/actions/setup-python/issues/517">#517</a></li>
   <li>Update <code>@​actions/cache</code> to 3.0.4 version <a href="https://github-redirect.dependabot.com/actions/setup-python/issues/499">#499</a></li>
   <li>Only use github.token on github.com <a href="https://github-redirect.dependabot.com/actions/setup-python/issues/443">#443</a></li>
   <li>Improvement of documentation <a href="https://github-redirect.dependabot.com/actions/setup-python/issues/477">#477</a>  <a href="https://github-redirect.dependabot.com/actions/setup-python/issues/479">#479</a> <a href="https://github-redirect.dependabot.com/actions/setup-python/issues/491">#491</a>  <a href="https://github-redirect.dependabot.com/actions/setup-python/issues/492">#492</a></li>
   </ul>
   <h2>Add check-latest input and bug fixes</h2>
   <p>In scope of this release we add the <a href="https://github-redirect.dependabot.com/actions/setup-python/pull/406">check-latest</a> input. If check-latest is set to true, the action first checks if the cached version is the latest one. If the locally cached version is not the most up-to-date, the version will then be downloaded from <a href="https://github.com/actions/python-versions">python-versions</a> repository. By default check-latest is set to false. For PyPy it will to try to reach <a href="https://downloads.python.org/pypy/versions.json">https://downloads.python.org/pypy/versions.json</a></p>
   <h3>Example of usage:</h3>
   <pre lang="yaml"><code>steps:
     - uses: actions/checkout@v3
     - uses: actions/setup-python@v4
       with:
         python-version: '3.9'
         check-latest: true
     - run: python --version
   </code></pre>
   <p>Besides, it includes such changes as</p>
   <ul>
   <li>Resolved logs for python-version and file inputs: <a href="https://github-redirect.dependabot.com/actions/setup-python/pull/465">actions/setup-python#465</a></li>
   <li>Added linux os release info to primary key: <a href="https://github-redirect.dependabot.com/actions/setup-python/pull/467">actions/setup-python#467</a></li>
   <li>Added fix to change Python versions for poetry: <a href="https://github-redirect.dependabot.com/actions/setup-python/pull/445">actions/setup-python#445</a></li>
   <li>Fix Tool Path handling for self-hosted runners: <a href="https://github-redirect.dependabot.com/actions/setup-python/pull/466">actions/setup-python#466</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/actions/setup-python/commit/5ccb29d8773c3f3f653e1705f474dfaa8a06a912"><code>5ccb29d</code></a> Install multiple python versions (<a href="https://github-redirect.dependabot.com/actions/setup-python/issues/567">#567</a>)</li>
   <li><a href="https://github.com/actions/setup-python/commit/c3e033939cccc2ea50f0194cbc59de6fc5265be6"><code>c3e0339</code></a> Update action to use reusable workflows (<a href="https://github-redirect.dependabot.com/actions/setup-python/issues/569">#569</a>)</li>
   <li><a href="https://github.com/actions/setup-python/commit/206e984b94c0532e57811bc170b0832bc4515975"><code>206e984</code></a> refactor: Use early return pattern to avoid nested conditions (<a href="https://github-redirect.dependabot.com/actions/setup-python/issues/566">#566</a>)</li>
   <li><a href="https://github.com/actions/setup-python/commit/2c3dd9e7e29afd70cc0950079bde6c979d1f69f9"><code>2c3dd9e</code></a> Add OS info to the error message (<a href="https://github-redirect.dependabot.com/actions/setup-python/issues/559">#559</a>)</li>
   <li><a href="https://github.com/actions/setup-python/commit/76bbdfadd7792e54db5b82bd04a77913663d4dd6"><code>76bbdfa</code></a> Update minimatch (<a href="https://github-redirect.dependabot.com/actions/setup-python/issues/558">#558</a>)</li>
   <li><a href="https://github.com/actions/setup-python/commit/1aafadcfb96443dc8b2c66d464369fad6ead5571"><code>1aafadc</code></a> Caching projects that use setup.py (<a href="https://github-redirect.dependabot.com/actions/setup-python/issues/549">#549</a>)</li>
   <li><a href="https://github.com/actions/setup-python/commit/b80efd6bc5dcdc82c015d69ecd3e39320d0095e6"><code>b80efd6</code></a> Update to latest <code>actions/publish-action</code> (<a href="https://github-redirect.dependabot.com/actions/setup-python/issues/546">#546</a>)</li>
   <li><a href="https://github.com/actions/setup-python/commit/5cddb278857fec730853802fad5126d9d78895d5"><code>5cddb27</code></a> Recommend setting python-version (<a href="https://github-redirect.dependabot.com/actions/setup-python/issues/545">#545</a>)</li>
   <li><a href="https://github.com/actions/setup-python/commit/47c4a7af1d72897a511c975c95a5335bb6329dec"><code>47c4a7a</code></a> fix(ci): run <code>.github/workflows/workflow.yml</code> on ubuntu-20.04 (<a href="https://github-redirect.dependabot.com/actions/setup-python/issues/535">#535</a>)</li>
   <li><a href="https://github.com/actions/setup-python/commit/af57b6499414c9dd25c305c7c008a5109c5a188f"><code>af57b64</code></a> Extend docu regarding rate limit issues. (<a href="https://github-redirect.dependabot.com/actions/setup-python/issues/510">#510</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/actions/setup-python/compare/v4.1.0...v4.4.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-python&package-manager=github_actions&previous-version=4.1.0&new-version=4.4.0)](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 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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-website] netlify[bot] commented on pull request #1454: chore(deps): bump actions/setup-python from 4.1.0 to 4.4.0

Posted by GitBox <gi...@apache.org>.
netlify[bot] commented on PR #1454:
URL: https://github.com/apache/apisix-website/pull/1454#issuecomment-1363589310

   ### <span aria-hidden="true">👷</span> Deploy Preview for *apache-apisix* processing.
   
   
   |  Name | Link |
   |---------------------------------|------------------------|
   |<span aria-hidden="true">🔨</span> Latest commit | dc07d4b8d6395c93044d40f7605794255eaa199f |
   |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/apache-apisix/deploys/63a52849783030000a373d70 |


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-website] dependabot[bot] closed pull request #1454: chore(deps): bump actions/setup-python from 4.1.0 to 4.4.0

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #1454: chore(deps): bump actions/setup-python from 4.1.0 to 4.4.0
URL: https://github.com/apache/apisix-website/pull/1454


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-website] dependabot[bot] commented on pull request #1454: chore(deps): bump actions/setup-python from 4.1.0 to 4.4.0

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #1454:
URL: https://github.com/apache/apisix-website/pull/1454#issuecomment-1381287279

   Superseded by #1472.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org