-
Notifications
You must be signed in to change notification settings - Fork 122
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
build(deps): bump actions/setup-python from 2 to 3 #756
build(deps): bump actions/setup-python from 2 to 3 #756
Conversation
Codecov Report
@@ Coverage Diff @@
## main #756 +/- ##
=======================================
Coverage 94.55% 94.55%
=======================================
Files 79 79
Lines 11622 11622
Branches 1370 1370
=======================================
Hits 10989 10989
Misses 455 455
Partials 178 178 Continue to review full report at Codecov.
|
@dependabot rebase |
cc1e9e0
to
b31b3b1
Compare
@gadomski I made changes to this PR to take advantage of the new built-in dependency caching in |
@dependabot rebase |
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry! If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request |
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2...v3) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
187b27b
to
1b18427
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I hadn't looked closely at the caching before, is there a reason it's just hashing on requirements-text.txt
and not setup.py
as well (to pick up any changes to install_requires
)? Not a big deal since its just caching...
@dependabot rebase |
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry! If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request |
Yeah, that's a good point. I think I didn't want it to pick up on other changes to |
Bumps actions/setup-python from 2 to 3.
Release notes
Sourced from actions/setup-python's releases.
... (truncated)
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)