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/07/14 01:14:24 UTC

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

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

   Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 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/c4e89fac7e8767b327bbad6cb4d859eda999cf08"><code>c4e89fa</code></a> Improve readme for 3.x and 3.11-dev style python-version (<a href="https://github-redirect.dependabot.com/actions/setup-python/issues/441">#441</a>)</li>
   <li><a href="https://github.com/actions/setup-python/commit/0ad0f6a0a50a468a2212f245334ee8c2f0013b17"><code>0ad0f6a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/setup-python/issues/452">#452</a> from mayeut/fix-env</li>
   <li><a href="https://github.com/actions/setup-python/commit/f0bcf8be037eba11327da6eaf40cd99a2a092494"><code>f0bcf8b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/setup-python/issues/456">#456</a> from akx/patch-1</li>
   <li><a href="https://github.com/actions/setup-python/commit/af97157ae6983e01c4eabbfb118b3e2ac549a4c0"><code>af97157</code></a> doc: Add multiple wildcards example to readme</li>
   <li><a href="https://github.com/actions/setup-python/commit/364e819741b50de0a275e36302d0ab3e69ce3010"><code>364e819</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/setup-python/issues/394">#394</a> from akv-platform/v-sedoli/set-env-by-default</li>
   <li><a href="https://github.com/actions/setup-python/commit/782f81b91d778ca69644ac3076dc3fcbdfc50f89"><code>782f81b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/setup-python/issues/450">#450</a> from IvanZosimov/ResolveVersionFix</li>
   <li><a href="https://github.com/actions/setup-python/commit/2c9de4ed413bf4466f2fde83041579ed45167427"><code>2c9de4e</code></a> Remove duplicate code introduced in <a href="https://github-redirect.dependabot.com/actions/setup-python/issues/440">#440</a></li>
   <li><a href="https://github.com/actions/setup-python/commit/412091c1e06cd58dc0bacfdc5bcc07449ebd20c0"><code>412091c</code></a> Fix tests for update-environment==false</li>
   <li><a href="https://github.com/actions/setup-python/commit/78a2330b929a62f2f42dd70a65da3f141e45bec1"><code>78a2330</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/setup-python/issues/451">#451</a> from dmitry-shibanov/fx-pipenv-python-version</li>
   <li><a href="https://github.com/actions/setup-python/commit/96f494e18c81869c9d5eef39102df0b23b2bc4f2"><code>96f494e</code></a> trigger checks</li>
   <li>Additional commits viewable in <a href="https://github.com/actions/setup-python/compare/v3...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=3&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-starter-python] dependabot[bot] closed pull request #4: Bump actions/setup-python from 3 to 4

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


-- 
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 #4: Bump actions/setup-python from 3 to 4

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

   Superseded by #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