From 0fa522dc4f65a4f06ad0ca3820443bbc052aaa96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 04:58:15 +0000 Subject: [PATCH] build(deps): bump r-lib/actions from 2.10.1 to 2.11.1 Bumps [r-lib/actions](https://github.com/r-lib/actions) from 2.10.1 to 2.11.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/e6be4b3706e0f39bc7a4cf4496a5f2c4cb840040...473c68190595b311a74f208fba61a8d8c0d4c247) --- updated-dependencies: - dependency-name: r-lib/actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lint_changed_files.yml | 2 +- .github/workflows/lint_random_files.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint_changed_files.yml b/.github/workflows/lint_changed_files.yml index 0308af8183ce..da4350284b00 100644 --- a/.github/workflows/lint_changed_files.yml +++ b/.github/workflows/lint_changed_files.yml @@ -257,7 +257,7 @@ jobs: - name: 'Setup R' if: ( success() || failure() ) && steps.check-r-files.outputs.files != '' # Pin action to full length commit SHA - uses: r-lib/actions/setup-r@e6be4b3706e0f39bc7a4cf4496a5f2c4cb840040 # v2.10.1 + uses: r-lib/actions/setup-r@473c68190595b311a74f208fba61a8d8c0d4c247 # v2.11.1 with: r-version: '3.5.3' diff --git a/.github/workflows/lint_random_files.yml b/.github/workflows/lint_random_files.yml index 9c2833687d5e..885490a3636c 100644 --- a/.github/workflows/lint_random_files.yml +++ b/.github/workflows/lint_random_files.yml @@ -326,7 +326,7 @@ jobs: - name: 'Setup R' if: ( github.event.inputs.r != 'false' ) && ( success() || failure() ) # Pin action to full length commit SHA - uses: r-lib/actions/setup-r@e6be4b3706e0f39bc7a4cf4496a5f2c4cb840040 # v2.10.1 + uses: r-lib/actions/setup-r@473c68190595b311a74f208fba61a8d8c0d4c247 # v2.11.1 with: r-version: '4.3.3'