Skip to content

Commit 871b395

Browse files
build(deps): bump r-lib/actions from 2.11.2 to 2.11.3
PR-URL: #6485 Reviewed-by: Philipp Burckhardt <[email protected]> Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4222663 commit 871b395

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@14a7e741c1cb130261263aa1593718ba42cf443b # v2.11.2
267+
uses: r-lib/actions/setup-r@bd49c52ffe281809afa6f0fecbf37483c5dd0b93 # v2.11.3
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
@@ -423,7 +423,7 @@ jobs:
423423
- name: 'Setup R'
424424
if: ( github.event.inputs.r != 'false' ) && ( success() || failure() )
425425
# Pin action to full length commit SHA
426-
uses: r-lib/actions/setup-r@14a7e741c1cb130261263aa1593718ba42cf443b # v2.11.2
426+
uses: r-lib/actions/setup-r@bd49c52ffe281809afa6f0fecbf37483c5dd0b93 # v2.11.3
427427
with:
428428
r-version: '4.3.3'
429429

0 commit comments

Comments
 (0)