From 5e52b229367752f877ed2fa50f0409925c4e5a8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 04:44:36 +0000 Subject: [PATCH] build(deps): bump r-lib/actions from 2.7.0 to 2.7.2 Bumps [r-lib/actions](https://github.com/r-lib/actions) from 2.7.0 to 2.7.2. - [Release notes](https://github.com/r-lib/actions/releases) - [Commits](https://github.com/r-lib/actions/compare/ede815f224d9357cb4a73cfd2fef2cf0598cb8b1...55acd27e7b238c53bbe735b7a459c203a3b3d579) --- updated-dependencies: - dependency-name: r-lib/actions dependency-type: direct:production update-type: version-update:semver-patch ... 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 35fbc031db68..be1ebf254d65 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@ede815f224d9357cb4a73cfd2fef2cf0598cb8b1 # v2.6.4 + uses: r-lib/actions/setup-r@55acd27e7b238c53bbe735b7a459c203a3b3d579 # 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 302d060bc982..4bbd260bc9bc 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@ede815f224d9357cb4a73cfd2fef2cf0598cb8b1 # v2.6.4 + uses: r-lib/actions/setup-r@55acd27e7b238c53bbe735b7a459c203a3b3d579 # v2.6.4 with: r-version: '3.5.3'