Skip to content

Commit b0f3086

Browse files
build(deps): bump r-lib/actions from 2.9.0 to 2.10.1
PR-URL: #2849 --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Philipp Burckhardt <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Philipp Burckhardt <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]>
1 parent 4dbd685 commit b0f3086

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
@@ -257,7 +257,7 @@ jobs:
257257
- name: 'Setup R'
258258
if: ( success() || failure() ) && steps.check-r-files.outputs.files != ''
259259
# Pin action to full length commit SHA
260-
uses: r-lib/actions/setup-r@929c772977a3a13c8733b363bf5a2f685c25dd91 # v2.6.4
260+
uses: r-lib/actions/setup-r@e6be4b3706e0f39bc7a4cf4496a5f2c4cb840040 # v2.10.1
261261
with:
262262
r-version: '3.5.3'
263263

.github/workflows/lint_random_files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ jobs:
326326
- name: 'Setup R'
327327
if: ( github.event.inputs.r != 'false' ) && ( success() || failure() )
328328
# Pin action to full length commit SHA
329-
uses: r-lib/actions/setup-r@929c772977a3a13c8733b363bf5a2f685c25dd91 # v2.6.4
329+
uses: r-lib/actions/setup-r@e6be4b3706e0f39bc7a4cf4496a5f2c4cb840040 # v2.10.1
330330
with:
331331
r-version: '4.3.3'
332332

0 commit comments

Comments
 (0)