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 #69

Merged
merged 1 commit into from
Oct 23, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 23, 2023

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.6.4 (2023-07-14)

  • [setup-r-dependencies] now works without sudo on Linux.
  • [setup-renv] now only installs renv if not installed already, e.g. the installation of the correct renv version is typically triggered from the .Rprofile (#747).

v2.6.3 (2023-04-26)

  • [setup-r] now installs gfortran 12.2 only for R 4.3.0 and newer, as it is not compatible with the R 4.1.x (and possibly other) R builds (#722).

v2.6.2 (2023-04-24)

  • [setup-r] sets its installed-r-version output correctly again, to the actual R version number.
  • [setup-r] now installs gfortran 12.2 for R 4.0.0 and newer. This fixes fortran compilation for R 4.3.0 and newer.

v2.6.1 (2023-04-21)

  • [setup-r] observes the rtools-version input parameter again (#720).
  • The pkgdown example now sets the permissions of the automatic GITHUB_TOKEN to allow deployment (#719, @​jennybc).

v2.6.0 (2023-04-21)

  • [setup-r] now does a better job resolving R version specifications.
  • The example workflow for styler now commits all styled files (#693, @​dpprdan).

v2.5.0 (2023-04-01)

  • [setup-r]: better cache key for R-devel: now the graphics engine API id and t he internal R id are also included in the cache key (#699, @​schloerke).
  • [setup-r]: the r-version parameter can now be set to renv, to read the R version to install from the renv.lock file (#701, @​iqis).
  • [setup-r]: now installs Rtools43 for R 4.3.0 (current R-next) and later (#714).
  • [setup-r-dependencies]: new input parameter: upgrade, whether to install the latest available package versions. Defaults to FALSE.
  • [setup-tinytex]: handle tinytex 2023 change about windows directory (#712, @​cderv).
  • [setup-pandoc]: fix installation of Pandoc 3.1.2 (and possibly later) on macOS (#716, @​IndrajeetPatil).
  • The example document.yaml workflow now also saves the DESCRIPTION file (#694, @​dpprdan).

v2.4.0 (2023-01-16)

  • [setup-r]: supports Rtools43 now. On R-devel Windows Rtools43 is installed by default (#682).
  • [setup-renv]: new input parameter: bypass-cache to skip the GitHub cache completely (#667, @​davidski).
  • The style.yaml example workflow now installs roxygen2 as well (#690, @​dpprdan).
  • The document.yaml and style.yaml example workflows now do not run for pull requests (#683, @​arisp99).

... (truncated)

Commits
  • 11a22a9 setup-renv: only install renv if not installed already
  • f196bd6 Merge pull request #736 from fxkk/fix-template-literal
  • 3e80f8f change string type to template literal
  • 5ab5909 Merge pull request #729 from schloerke/patch-2
  • e93f9af Broken markdown link
  • 825f506 setup-r-dependencies: make it work w/o sudo on Unix
  • 467c2b3 Fix error message when failed to download R
  • b9b479b Use gfortran 8.x until R 4.3.0, on macOS
  • 788d7d5 setup-t test: print gfortran path and version
  • a9a1627 Test Fortran compiler for setup-r
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

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] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 23, 2023
@codecov
Copy link

codecov bot commented Oct 23, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

📢 Thoughts on this report? Let us know!.

@rkingsbury rkingsbury merged commit 82b4071 into main Oct 23, 2023
13 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/r-lib/actions-2 branch October 23, 2023 14:02
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 housekeeping
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant