From 74036f432913f80c4839835a81a82f599fec93ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 02:06:26 +0000 Subject: [PATCH] ci(deps): bump r-lib/actions/setup-r from 2.12.1 to 2.13.0 Bumps [r-lib/actions/setup-r](https://github.com/r-lib/actions) from 2.12.1 to 2.13.0. - [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/d3c5be51b12e724e68f33216ca3c148b66d5f0b6...465b7d8e732ca3921382b1674c59bada9cbf3399) --- updated-dependencies: - dependency-name: r-lib/actions/setup-r dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 1db2ae9..c02e2a4 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@8a48f81b6c64dcfea44b3633223084c4be58ac5f # v1.49.0 - name: Setup R - uses: r-lib/actions/setup-r@d3c5be51b12e724e68f33216ca3c148b66d5f0b6 + uses: r-lib/actions/setup-r@465b7d8e732ca3921382b1674c59bada9cbf3399 with: use-public-rspm: true