From 8dc83f5d638d3a0bf501d176af03076751f0d9fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 04:39:59 +0000 Subject: [PATCH] build(deps): bump r-lib/actions Bumps [r-lib/actions](https://github.com/r-lib/actions) from 3e80f8fe880a36a9f35bf3e832f1bef8af687b69 to 5e080d8d4241b4e7ed3834b113a6fa643d3f1351. - [Release notes](https://github.com/r-lib/actions/releases) - [Commits](https://github.com/r-lib/actions/compare/3e80f8fe880a36a9f35bf3e832f1bef8af687b69...5e080d8d4241b4e7ed3834b113a6fa643d3f1351) --- updated-dependencies: - dependency-name: r-lib/actions dependency-type: direct:production ... 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 d131da76c669..c86f29d80bce 100644 --- a/.github/workflows/lint_changed_files.yml +++ b/.github/workflows/lint_changed_files.yml @@ -248,7 +248,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@3e80f8fe880a36a9f35bf3e832f1bef8af687b69 # v2.6.4 + uses: r-lib/actions/setup-r@5e080d8d4241b4e7ed3834b113a6fa643d3f1351 # v2.6.4 with: r-version: '3.5.3' diff --git a/.github/workflows/lint_random_files.yml b/.github/workflows/lint_random_files.yml index da0d173ae4ea..444c993a7331 100644 --- a/.github/workflows/lint_random_files.yml +++ b/.github/workflows/lint_random_files.yml @@ -314,7 +314,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@3e80f8fe880a36a9f35bf3e832f1bef8af687b69 # v2.6.4 + uses: r-lib/actions/setup-r@5e080d8d4241b4e7ed3834b113a6fa643d3f1351 # v2.6.4 with: r-version: '3.5.3'