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/02 12:45:51 UTC

[GitHub] [beam-starter-python] dependabot[bot] opened a new pull request, #6: Bump actions/setup-python from 3 to 4.2.0

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

   Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.2.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 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>
   <h2>v4.1.0</h2>
   <p>In scope of this pull request we updated <code>actions/cache</code> package as the new version contains fixes for <a href="https://github-redirect.dependabot.com/actions/setup-python/pull/448">caching error handling</a>. Moreover, we added a new input <a href="https://github-redirect.dependabot.com/actions/setup-python/pull/411">update-environment</a>. This option allows to specify if the action shall update environment variables (default) or not.</p>
   <h3>Update-environment input</h3>
   <pre lang="yaml"><code>    - name: setup-python 3.9
         uses: actions/setup-python@v4
         with:
           python-version: 3.9
           update-environment: false
   </code></pre>
   <p><strong>Besides, we added such changes as:</strong></p>
   <ul>
   <li>Allow python-version-file to be a relative path: <a href="https://github-redirect.dependabot.com/actions/setup-python/pull/431">actions/setup-python#431</a></li>
   <li>Added new environment variables for <code>Cmake</code>: <a href="https://github-redirect.dependabot.com/actions/setup-python/pull/440">actions/setup-python#440</a></li>
   <li>Updated error message for resolveVersion: <a href="https://github-redirect.dependabot.com/actions/setup-python/pull/450">actions/setup-python#450</a></li>
   <li>Assign default value of <code>AGENT_TOOLSDIRECTORY</code> if not set: <a href="https://github-redirect.dependabot.com/actions/setup-python/pull/394">actions/setup-python#394</a></li>
   </ul>
   <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
   &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/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/v3...v4.2.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=3&new-version=4.2.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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam-starter-python] dependabot[bot] commented on pull request #6: Bump actions/setup-python from 3 to 4.2.0

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #6:
URL: https://github.com/apache/beam-starter-python/pull/6#issuecomment-1297759902

   Superseded by #10.


-- 
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-starter-python] dependabot[bot] closed pull request #6: Bump actions/setup-python from 3 to 4.2.0

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #6: Bump actions/setup-python from 3 to 4.2.0
URL: https://github.com/apache/beam-starter-python/pull/6


-- 
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