Skip to content
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 r-lib/actions from 1 to 2 #1977

Merged
merged 1 commit into from
Apr 25, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 25, 2022

Bumps r-lib/actions from 1 to 2.

Release notes

Sourced from r-lib/actions's releases.

v2

Note that v2 is a sliding tag, and we introduce non-breaking changes to it.

v2.2.1 (2022-04-21)

  • [setup-r release is now fixed to R 4.1.3 on Linux, until we have the Linux binaries and RSPM binary packages ready for R 4.2.0.

v2.2.0 (2022-04-01)

  • [setup-r] now supports next as an R version. It installs the next version of R. This is R-patched if there is no active release process. Otherwise it can be R-alpha, R-beta, R-rc or R-prerelease (#542).
  • [setup-r-dependencies] has a new cache input parameter, which you can set to false to disable the cache (@​Bisaloo, #530).
  • [setup-r-dependencies] now removed the temporary .github/pkg.lock file after the package installation, to avoid a dirty git tree (@​schloerke, #526).
  • [setup-pandoc] now fails if it fails to install pandoc (@​nikeee, #515).

v2.1.5 (2022-03-11)

  • [setup-r]: remove workaround for R 4.1.3. release is R 4.1.3 now on Linux.

v2.1.4 (2022-03-10)

  • [check-r-package: new upload-results parameter to be able to upload the result artifact for successful checks.
  • [setup-r]: fix R installation for R release.

v2.1.3 (2022-02-18)

  • [setup-r-dependencies]: the pak-version parameter defaults to "stable" now.
  • [setup-tinynex] now fails if it fails to download or install TinyTeX (#505).

v2.1.2 (2022-02-16)

  • [setup-r] now again adds Rtools40 to the path (#504, @​nealrichardson).
  • [setup-r] Rtools42 version updated to latest.

v2.1.1 (2022-02-14)

  • [setup-r-dependencies] uses the correct cache key now, previously it was truncated.

v2.1.0 (2022-02-12)

  • [setup-r-dependencies] now has a packages parameter, to override which package(s) to install (#486).
  • [setup-r] now supports Rtools42. Pass '42' as the rtools-version parameter (#491).
  • [setup-r]: the windows-path-include-mingw parameter is now defunct with Rtools40 and later, as it is not needed and possibly causes confusion.
  • [check-r-package] has a new parameter: upload-snapshots, to upload testthat snapshots as artifacts (#473).
  • The pkgdown, bookdown and blogdown examples now use concurrency groups to avoid race conditions when deploying the site (#476).
  • The test-coverage example now keeps the output from covr, to make debugging easier (#481).
  • Two new examples are included, to run roxygen2::roxygenise() and styler::style_pkg() on a repo and commit the results (#434).

... (truncated)

Commits
  • c00599c [setup-r] Fix tarball (Linux) version to 4.1.3 temporarily
  • 7ca62db Empty commit to run the CI on new pak
  • 58a65c1 Merge pull request #539 from Bisaloo/disable-cache-option
  • e99b4a9 [setup-r-dependencies]: always avoid rtools tar
  • 7df4091 [setup-r-dependencies] fix docs for 'cache-version'
  • 81fc729 Merge pull request #526 from schloerke/patch-1
  • 730356a Merge pull request #513 from brshallo/v2-branch
  • 7771063 README: more explanation for ?ignore syntax
  • 3f20df4 Merge pull request #509 from IndrajeetPatil/minor_doc_edits
  • 8a08bcc Merge pull request #533 from SimonStaehli/add_example_doc
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 25, 2022
@codecov
Copy link

codecov bot commented Apr 25, 2022

Codecov Report

Merging #1977 (c08d7ea) into latest (0119cf7) will increase coverage by 7.90%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           latest    #1977      +/-   ##
==========================================
+ Coverage   83.53%   91.43%   +7.90%     
==========================================
  Files         127       96      -31     
  Lines       14233     9953    -4280     
  Branches     1946     1946              
==========================================
- Hits        11890     9101    -2789     
+ Misses       2070      579    -1491     
  Partials      273      273              
Flag Coverage Δ
python 91.43% <ø> (ø)
rust ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/core/src/ffi/storage.rs
src/core/src/sketch/hyperloglog/estimators.rs
src/core/tests/storage.rs
src/core/src/sketch/hyperloglog/mod.rs
src/core/src/cmd.rs
src/core/tests/minhash.rs
src/core/src/signature.rs
src/core/src/ffi/minhash.rs
src/core/src/ffi/nodegraph.rs
src/core/src/errors.rs
... and 21 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0119cf7...c08d7ea. Read the comment docs.

Bumps [r-lib/actions](https://github.com/r-lib/actions) from 1 to 2.
- [Release notes](https://github.com/r-lib/actions/releases)
- [Commits](r-lib/actions@v1...v2)

---
updated-dependencies:
- dependency-name: r-lib/actions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/r-lib/actions-2 branch from c08d7ea to 9e53f1f Compare April 25, 2022 13:55
@ctb ctb merged commit 511f04f into latest Apr 25, 2022
@ctb ctb deleted the dependabot/github_actions/r-lib/actions-2 branch April 25, 2022 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant