summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-08-09 13:57:55 +0000
committerGitHub <noreply@github.com>2022-08-09 13:57:55 +0000
commit676e120486d5e094bf7bb40bcd9ebac081f91693 (patch)
tree486a8a72b89afda55c272aa1c5423b65f391d6c2
parentc4edf270ead077a96d3d952f99d9bf1ee6acaf7c (diff)
parent5dd863a988f2f1a5c493c009c149e1e7ceaef382 (diff)
Merge #5
5: Bump actions/setup-python from 4.0.0 to 4.2.0 r=matthiasbeyer a=dependabot[bot] Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.0.0 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> </blockquote> </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/v4.0.0...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=4.0.0&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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index df1c5c0..cf96942 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -131,7 +131,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Python
- uses: actions/setup-python@v4.0.0
+ uses: actions/setup-python@v4.2.0
with:
python-version: '3.x'
- name: Install gitlint