Skip to content

Commit 3dfa346

Browse files
build(deps): bump r-lib/actions from 2.11.3 to 2.11.4
PR-URL: #8335 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent a04faf1 commit 3dfa346

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
@@ -272,7 +272,7 @@ jobs:
272272
- name: 'Setup R'
273273
if: ( success() || failure() ) && steps.check-r-files.outputs.files != ''
274274
# Pin action to full length commit SHA
275-
uses: r-lib/actions/setup-r@bd49c52ffe281809afa6f0fecbf37483c5dd0b93 # v2.11.3
275+
uses: r-lib/actions/setup-r@6f6e5bc62fba3a704f74e7ad7ef7676c5c6a2590 # v2.11.4
276276
with:
277277
r-version: '3.5.3'
278278

.github/workflows/lint_random_files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ jobs:
372372
- name: 'Setup R'
373373
if: ( github.event.inputs.r != 'false' ) && ( success() || failure() )
374374
# Pin action to full length commit SHA
375-
uses: r-lib/actions/setup-r@bd49c52ffe281809afa6f0fecbf37483c5dd0b93 # v2.11.3
375+
uses: r-lib/actions/setup-r@6f6e5bc62fba3a704f74e7ad7ef7676c5c6a2590 # v2.11.4
376376
with:
377377
r-version: '4.3.3'
378378

0 commit comments

Comments
 (0)