mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-01-11 23:49:41 -05:00
Merge #937
937: Bump actions/setup-python from 2.3.1 to 2.3.2 r=delta1 a=dependabot[bot] Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.1 to 2.3.2. <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>Update primary and restore keys for pip</h2> <p>In scope of this release we <a href="https://github-redirect.dependabot.com/actions/setup-python/pull/303">include a version of python in restore and primary cache keys for pip</a>. Besides, we add temporary fix for Windows caching <a href="https://github-redirect.dependabot.com/actions/setup-python/pull/332">issue</a>, that the <code>pip cache dir</code> command returns non zero exit code or writes to stderr. Moreover we updated <a href="https://github-redirect.dependabot.com/actions/setup-python/pull/327">node-fetch dependency</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="7f80679172
"><code>7f80679</code></a> Add fix for Windows caching of pip (<a href="https://github-redirect.dependabot.com/actions/setup-python/issues/332">#332</a>)</li> <li><a href="dc9de69ff3
"><code>dc9de69</code></a> Update node-fetch from 2.6.6 to 2.6.7 (<a href="https://github-redirect.dependabot.com/actions/setup-python/issues/327">#327</a>)</li> <li><a href="ba33a692f1
"><code>ba33a69</code></a> Include Python version in pip cache key (<a href="https://github-redirect.dependabot.com/actions/setup-python/issues/303">#303</a>)</li> <li><a href="156361d073
"><code>156361d</code></a> Fix ci for pipenv and reduce test matrix (<a href="https://github-redirect.dependabot.com/actions/setup-python/issues/323">#323</a>)</li> <li><a href="9a115684c9
"><code>9a11568</code></a> README.md: Bring Python versions up to date (<a href="https://github-redirect.dependabot.com/actions/setup-python/issues/256">#256</a>)</li> <li><a href="3a40ba0199
"><code>3a40ba0</code></a> Fix small typo in README (comma missing) (<a href="https://github-redirect.dependabot.com/actions/setup-python/issues/277">#277</a>)</li> <li><a href="fa17801fa7
"><code>fa17801</code></a> Fix typo in README.md (<a href="https://github-redirect.dependabot.com/actions/setup-python/issues/224">#224</a>)</li> <li><a href="6277dd1255
"><code>6277dd1</code></a> Fix build command (<a href="https://github-redirect.dependabot.com/actions/setup-python/issues/306">#306</a>)</li> <li><a href="2b732b899c
"><code>2b732b8</code></a> Removing a non-existent command from the documentation (<a href="https://github-redirect.dependabot.com/actions/setup-python/issues/293">#293</a>)</li> <li>See full diff in <a href="https://github.com/actions/setup-python/compare/v2.3.1...v2.3.2">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.3.1&new-version=2.3.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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>
This commit is contained in:
commit
8f3f4d5895
2
.github/workflows/build-release-binaries.yml
vendored
2
.github/workflows/build-release-binaries.yml
vendored
@ -67,7 +67,7 @@ jobs:
|
||||
run: target/${{ matrix.target }}/release/${{ matrix.bin }} --help
|
||||
|
||||
# Remove once python 3 is the default
|
||||
- uses: actions/setup-python@v2.3.1
|
||||
- uses: actions/setup-python@v2.3.2
|
||||
with:
|
||||
python-version: '3.x'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user