-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump actions/setup-python from 2.3.2 to 3 #18
Merged
dependabot
merged 1 commit into
master
from
dependabot/github_actions/actions/setup-python-3
Mar 4, 2022
Merged
Bump actions/setup-python from 2.3.2 to 3 #18
dependabot
merged 1 commit into
master
from
dependabot/github_actions/actions/setup-python-3
Mar 4, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.2 to 3. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2.3.2...v3) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Feb 28, 2022
@dependabot merge
…On Mon, 28 Feb 2022 at 18:06, dependabot[bot] ***@***.***> wrote:
Bumps actions/setup-python <https://github.com/actions/setup-python> from
2.3.2 to 3.
Release notes
*Sourced from actions/setup-python's releases
<https://github.com/actions/setup-python/releases>.*
v3.0.0 What's Changed
- Update default runtime to node16 (actions/setup-python#340
<https://github-redirect.dependabot.com/actions/setup-python/pull/340>)
- Update package-lock.json file version to 2, @types/node to 16.11.25
and typescript to 4.2.3 (actions/setup-python#341
<https://github-redirect.dependabot.com/actions/setup-python/pull/341>)
- Remove legacy pypy2 and pypy3 keywords (actions/setup-python#342
<https://github-redirect.dependabot.com/actions/setup-python/pull/342>)
Breaking Changes
With the update to Node 16, all scripts will now be run with Node 16
rather than Node 12.
This new major release removes support of legacy pypy2 and pypy3
keywords. Please use more specific and flexible syntax to specify a PyPy
version:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version:
- 'pypy-2.7' # the latest available version of PyPy that supports Python 2.7
- 'pypy-3.8' # the latest available version of PyPy that supports Python 3.8
- 'pypy-3.8-v7.3.8' # Python 3.8 and PyPy 7.3.8
steps:
- uses: ***@***.***
- uses: ***@***.***
with:
python-version: ${{ matrix.python-version }}
See more usage examples in the documentation
<https://github.com/actions/setup-python#specifying-a-pypy-version>
Commits
- 0ebf233
<actions/setup-python@0ebf233>
Remove legacy PyPy input (#342
<https://github-redirect.dependabot.com/actions/setup-python/issues/342>
)
- 665cd78
<actions/setup-python@665cd78>
Update lockfileversion (#341
<https://github-redirect.dependabot.com/actions/setup-python/issues/341>
)
- 93cb78f
<actions/setup-python@93cb78f>
Update to node16 (#340
<https://github-redirect.dependabot.com/actions/setup-python/issues/340>
)
- See full diff in compare view
<actions/setup-python@v2.3.2...v3>
[image: Dependabot compatibility score]
<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 commands and options
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)
------------------------------
You can view, comment on, or merge this pull request online at:
#18
Commit Summary
- 3feb21c
<3feb21c>
Bump actions/setup-python from 2.3.2 to 3
File Changes
(1 file <https://github.com/loostrum/arts_tracking_beams/pull/18/files>)
- *M* .github/workflows/ci.yaml
<https://github.com/loostrum/arts_tracking_beams/pull/18/files#diff-944291df2c9c06359d37cc8833d182d705c9e8c3108e7cfe132d61a06e9133dd>
(6)
Patch Links:
- https://github.com/loostrum/arts_tracking_beams/pull/18.patch
- https://github.com/loostrum/arts_tracking_beams/pull/18.diff
—
Reply to this email directly, view it on GitHub
<#18>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABQTLY3JP27R2BKNWGSSHJDU5OTSBANCNFSM5PRU5FYQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
dependabot
bot
deleted the
dependabot/github_actions/actions/setup-python-3
branch
March 4, 2022 10:04
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps actions/setup-python from 2.3.2 to 3.
Release notes
Sourced from actions/setup-python's releases.
Commits
0ebf233
Remove legacy PyPy input (#342)665cd78
Update lockfileversion (#341)93cb78f
Update to node16 (#340)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 commands and options
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)