Skip to content

Commit 89ce135

Browse files
build(deps): bump r-lib/actions from 2.11.1 to 2.11.2
PR-URL: #5538 Signed-off-by: dependabot[bot] <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]>
1 parent 8715038 commit 89ce135

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint_changed_files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ jobs:
264264
- name: 'Setup R'
265265
if: ( success() || failure() ) && steps.check-r-files.outputs.files != ''
266266
# Pin action to full length commit SHA
267-
uses: r-lib/actions/setup-r@473c68190595b311a74f208fba61a8d8c0d4c247 # v2.11.1
267+
uses: r-lib/actions/setup-r@14a7e741c1cb130261263aa1593718ba42cf443b # v2.11.2
268268
with:
269269
r-version: '3.5.3'
270270

.github/workflows/lint_random_files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ jobs:
411411
- name: 'Setup R'
412412
if: ( github.event.inputs.r != 'false' ) && ( success() || failure() )
413413
# Pin action to full length commit SHA
414-
uses: r-lib/actions/setup-r@473c68190595b311a74f208fba61a8d8c0d4c247 # v2.11.1
414+
uses: r-lib/actions/setup-r@14a7e741c1cb130261263aa1593718ba42cf443b # v2.11.2
415415
with:
416416
r-version: '4.3.3'
417417

0 commit comments

Comments
 (0)