From e31962d44dc751ceb251194cbeb64685fbe475d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 02:05:19 +0000 Subject: [PATCH] ci(deps): bump r-lib/actions/setup-r from 2.12.0 to 2.12.1 Bumps [r-lib/actions/setup-r](https://github.com/r-lib/actions) from 2.12.0 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/a51a8012b0aab7c32ef9d19bf54da93f3254335e...d3c5be51b12e724e68f33216ca3c148b66d5f0b6) --- updated-dependencies: - dependency-name: r-lib/actions/setup-r dependency-version: 2.12.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/reusable-build-website-r.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-build-website-r.yml b/.github/workflows/reusable-build-website-r.yml index 41fbf55..356604e 100644 --- a/.github/workflows/reusable-build-website-r.yml +++ b/.github/workflows/reusable-build-website-r.yml @@ -25,7 +25,7 @@ jobs: uses: crate-ci/typos@37bb98842b0d8c4ffebdb75301a13db0267cef89 # v1.47.2 - name: Setup R - uses: r-lib/actions/setup-r@a51a8012b0aab7c32ef9d19bf54da93f3254335e + uses: r-lib/actions/setup-r@d3c5be51b12e724e68f33216ca3c148b66d5f0b6 with: use-public-rspm: true