You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/08/10 20:04:08 UTC

[GitHub] [beam] dependabot[bot] opened a new pull request, #22668: Bump actions/setup-python from 2 to 4

dependabot[bot] opened a new pull request, #22668:
URL: https://github.com/apache/beam/pull/22668

   Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4.
   <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>v4.0.0</h2>
   <h3>What's Changed</h3>
   <ul>
   <li>Support for <code>python-version-file</code> input: <a href="https://github-redirect.dependabot.com/actions/setup-python/issues/336">#336</a></li>
   </ul>
   <p>Example of usage:</p>
   <pre lang="yaml"><code>- uses: actions/setup-python@v4
     with:
       python-version-file: '.python-version' # Read python version from a file
   - run: python my_script.py
   </code></pre>
   <p>There is no default python version for this <code>setup-python</code> major version, the action requires to specify either <code>python-version</code> input or <code>python-version-file</code> input. If the <code>python-version</code> input is not specified the action will try to read required version from file from <code>python-version-file</code> input.</p>
   <ul>
   <li>Use pypyX.Y for PyPy <code>python-version</code> input: <a href="https://github-redirect.dependabot.com/actions/setup-python/issues/349">#349</a></li>
   </ul>
   <p>Example of usage:</p>
   <pre lang="yaml"><code>- uses: actions/setup-python@v4
     with:
       python-version: 'pypy3.9' # pypy-X.Y kept for backward compatibility
   - run: python my_script.py
   </code></pre>
   <ul>
   <li>
   <p><code>RUNNER_TOOL_CACHE</code> environment variable is equal <code>AGENT_TOOLSDIRECTORY</code>: <a href="https://github-redirect.dependabot.com/actions/setup-python/issues/338">#338</a></p>
   </li>
   <li>
   <p>Bugfix: create missing <code>pypyX.Y</code> symlinks: <a href="https://github-redirect.dependabot.com/actions/setup-python/issues/347">#347</a></p>
   </li>
   <li>
   <p><code>PKG_CONFIG_PATH</code> environment variable: <a href="https://github-redirect.dependabot.com/actions/setup-python/issues/400">#400</a></p>
   </li>
   <li>
   <p>Added <code>python-path</code> output: <a href="https://github-redirect.dependabot.com/actions/setup-python/issues/405">#405</a>
   <code>python-path</code> output contains Python executable path.</p>
   </li>
   <li>
   <p>Updated <code>zeit/ncc</code> to <code>vercel/ncc</code> package: <a href="https://github-redirect.dependabot.com/actions/setup-python/issues/393">#393</a></p>
   </li>
   <li>
   <p>Bugfix: fixed output for prerelease version of poetry: <a href="https://github-redirect.dependabot.com/actions/setup-python/issues/409">#409</a></p>
   </li>
   <li>
   <p>Made <code>pythonLocation</code> environment variable consistent for Python and PyPy: <a href="https://github-redirect.dependabot.com/actions/setup-python/issues/418">#418</a></p>
   </li>
   <li>
   <p>Bugfix for <code>3.x-dev</code> syntax: <a href="https://github-redirect.dependabot.com/actions/setup-python/issues/417">#417</a></p>
   </li>
   <li>
   <p>Other improvements: <a href="https://github-redirect.dependabot.com/actions/setup-python/issues/318">#318</a> <a href="https://github-redirect.dependabot.com/actions/setup-python/issues/396">#396</a> <a href="https://github-redirect.dependabot.com/actions/setup-python/issues/384">#384</a> <a href="https://github-redirect.dependabot.com/actions/setup-python/issues/387">#387</a> <a href="https://github-redirect.dependabot.com/actions/setup-python/issues/388">#388</a></p>
   </li>
   </ul>
   <h2>Update actions/cache version to 2.0.2</h2>
   <p>In scope of this release we updated <code>actions/cache</code> package as the new version contains fixes related to GHES 3.5 (<a href="https://github-redirect.dependabot.com/actions/setup-python/pull/382">actions/setup-python#382</a>)</p>
   <h2>Add &quot;cache-hit&quot; output and fix &quot;python-version&quot; output for PyPy</h2>
   <p>This release introduces new output cache-hit (<a href="https://github-redirect.dependabot.com/actions/setup-python/pull/373">actions/setup-python#373</a>) and fix python-version output for PyPy (<a href="https://github-redirect.dependabot.com/actions/setup-python/pull/365">actions/setup-python#365</a>)</p>
   <p>The cache-hit output contains boolean value indicating that an exact match was found for the key. It shows that the action uses already existing cache or not. The output is available only if cache is enabled.</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/actions/setup-python/commit/b55428b1882923874294fa556849718a1d7f2ca5"><code>b55428b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/setup-python/issues/472">#472</a> from IvanZosimov/ReadmeUpdate</li>
   <li><a href="https://github.com/actions/setup-python/commit/e084fcae445f3eaa110ca2a7fdf125b5816c1abc"><code>e084fca</code></a> Merge branch 'main' into ReadmeUpdate</li>
   <li><a href="https://github.com/actions/setup-python/commit/789730b666521111ca6f8cac30ef7f8953d953cb"><code>789730b</code></a> Fix broken links in the text body</li>
   <li><a href="https://github.com/actions/setup-python/commit/c4e98b741b9d2b91a44c958390134fdcb0429533"><code>c4e98b7</code></a> Fix broken links</li>
   <li><a href="https://github.com/actions/setup-python/commit/cfcafa57ec3e74dcd563b5a8ea4a0a330d4ccc33"><code>cfcafa5</code></a> Fix review points</li>
   <li><a href="https://github.com/actions/setup-python/commit/c318b92fd627ecea2e1c2efcd2fd8df4a972d849"><code>c318b92</code></a> Fix review points</li>
   <li><a href="https://github.com/actions/setup-python/commit/a93d5412cbea8e722be8a13812f0923da907d4cf"><code>a93d541</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/setup-python/issues/466">#466</a> from techman83/fix/tool_path</li>
   <li><a href="https://github.com/actions/setup-python/commit/72394d1a3e63e9ea594929a21d057324696cad57"><code>72394d1</code></a> Fix typo</li>
   <li><a href="https://github.com/actions/setup-python/commit/fe396d3941d5b4e765fc2fd32ca503e501536e03"><code>fe396d3</code></a> Revert changes</li>
   <li><a href="https://github.com/actions/setup-python/commit/853c012a3c7e40881435c8a92898c46539e11860"><code>853c012</code></a> Change advanced-usage.md</li>
   <li>Additional commits viewable in <a href="https://github.com/actions/setup-python/compare/v2...v4">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=2&new-version=4)](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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] damccorm merged pull request #22668: Bump actions/setup-python from 2 to 4

Posted by GitBox <gi...@apache.org>.
damccorm merged PR #22668:
URL: https://github.com/apache/beam/pull/22668


-- 
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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] github-actions[bot] commented on pull request #22668: Bump actions/setup-python from 2 to 4

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #22668:
URL: https://github.com/apache/beam/pull/22668#issuecomment-1211242717

   Assigning reviewers. If you would like to opt out of this review, comment `assign to next reviewer`:
   
   R: @Abacn for label build.
   
   Available commands:
   - `stop reviewer notifications` - opt out of the automated review tooling
   - `remind me after tests pass` - tag the comment author after tests pass
   - `waiting on author` - shift the attention set back to the author (any comment or push by the author will return the attention set to the reviewers)
   
   The PR bot will only process comments in the main thread (not review comments).


-- 
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: github-unsubscribe@beam.apache.org

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