Skip to content

Commit 37e85cf

Browse files
build(deps): bump r-lib/actions from 2.10.1 to 2.11.1
PR-URL: #3308 Bumps [r-lib/actions](https://github.com/r-lib/actions) from 2.10.1 to 2.11.1. - [Release notes](https://github.com/r-lib/actions/releases) - [Changelog](https://github.com/r-lib/actions/blob/v2-branch/NEWS.md) - [Commits](r-lib/actions@e6be4b3...473c681) --- updated-dependencies: - dependency-name: r-lib/actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Reviewed-by: Philipp Burckhardt <[email protected]>
1 parent 6c2eeae commit 37e85cf

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@e6be4b3706e0f39bc7a4cf4496a5f2c4cb840040 # v2.10.1
260+
uses: r-lib/actions/setup-r@473c68190595b311a74f208fba61a8d8c0d4c247 # v2.11.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@e6be4b3706e0f39bc7a4cf4496a5f2c4cb840040 # v2.10.1
329+
uses: r-lib/actions/setup-r@473c68190595b311a74f208fba61a8d8c0d4c247 # v2.11.1
330330
with:
331331
r-version: '4.3.3'
332332

0 commit comments

Comments
 (0)