From 37fac7ba741e7ef3880e82029e3126d2a2881345 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 18:02:53 +0000 Subject: [PATCH] chore(deps): bump r-lib/actions/check-r-package from 2.11.4 to 2.12.1 Bumps [r-lib/actions/check-r-package](https://github.com/r-lib/actions) from 2.11.4 to 2.12.1. - [Release notes](https://github.com/r-lib/actions/releases) - [Changelog](https://github.com/r-lib/actions/blob/v2-branch/NEWS.md) - [Commits](https://github.com/r-lib/actions/compare/6f6e5bc62fba3a704f74e7ad7ef7676c5c6a2590...d3c5be51b12e724e68f33216ca3c148b66d5f0b6) --- updated-dependencies: - dependency-name: r-lib/actions/check-r-package dependency-version: 2.12.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/r.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/r.yml b/.github/workflows/r.yml index f49a465..638199b 100644 --- a/.github/workflows/r.yml +++ b/.github/workflows/r.yml @@ -42,7 +42,7 @@ jobs: needs: check - name: Run R CMD check - uses: r-lib/actions/check-r-package@6f6e5bc62fba3a704f74e7ad7ef7676c5c6a2590 + uses: r-lib/actions/check-r-package@d3c5be51b12e724e68f33216ca3c148b66d5f0b6 with: args: 'c("--no-manual", "--as-cran")' error-on: '"error"'