Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Bump r-lib/actions from 1 to 2 #20

Merged
merged 1 commit into from Nov 28, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 28, 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.5 (2023-10-27)

  • [setup-r] now tries to avoid *.r-project.org URLs, to work around a DNS issue.
  • [check-r-package] now only sets _R_CHECK_CRAN_INCOMING_=false if it is not set already (@​krlmlr, #764).
  • [setup-renv] now has a working-directory parameter (@​milanmlft, #770).
  • The example test-coverage.yaml workflow now works on Windows.

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).

... (truncated)

Commits
  • e40ad90 Avoid r-project.org URLs
  • 650a554 Merge pull request #770 from milanmlft/setup-renv/working-directory
  • b1ac9f4 Forgot another instance of working-directory
  • 6fc3eae Typo fix
  • eb01546 Add working-director for setup-renv
  • 4e3e721 Fix test-coverage example on Windows
  • 8a4bf72 Merge pull request #764 from r-lib/f-incoming
  • cdfdbc2 Only set R_CHECK_CRAN_INCOMING if not set externally
  • 756399d pak requires R >= 3.5.0 now
  • 11a22a9 setup-renv: only install renv if not installed already
  • 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] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 28, 2023
@jsta jsta merged commit 9fc8a02 into master Nov 28, 2023
1 check failed
@dependabot dependabot bot deleted the dependabot/github_actions/r-lib/actions-2 branch November 28, 2023 18:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant