Skip to content

Commit 51ed28e

Browse files
build(deps): bump r-lib/actions from 2.7.0 to 2.7.2
PR-URL: stdlib-js#1306 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](r-lib/actions@ede815f...55acd27) --- updated-dependencies: - dependency-name: r-lib/actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent d21a874 commit 51ed28e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint_changed_files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ jobs:
248248
- name: 'Setup R'
249249
if: ( success() || failure() ) && steps.check-r-files.outputs.files != ''
250250
# Pin action to full length commit SHA
251-
uses: r-lib/actions/setup-r@ede815f224d9357cb4a73cfd2fef2cf0598cb8b1 # v2.6.4
251+
uses: r-lib/actions/setup-r@55acd27e7b238c53bbe735b7a459c203a3b3d579 # v2.6.4
252252
with:
253253
r-version: '3.5.3'
254254

.github/workflows/lint_random_files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ jobs:
314314
- name: 'Setup R'
315315
if: ( github.event.inputs.r != 'false' ) && ( success() || failure() )
316316
# Pin action to full length commit SHA
317-
uses: r-lib/actions/setup-r@ede815f224d9357cb4a73cfd2fef2cf0598cb8b1 # v2.6.4
317+
uses: r-lib/actions/setup-r@55acd27e7b238c53bbe735b7a459c203a3b3d579 # v2.6.4
318318
with:
319319
r-version: '3.5.3'
320320

0 commit comments

Comments
 (0)