Skip to content

Commit 90b86f4

Browse files
build(deps): bump r-lib/actions from 2.8.6 to 2.8.7
PR-URL #2226 Bumps [r-lib/actions](https://github.com/r-lib/actions) from 2.8.6 to 2.8.7. - [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@7171bbd...b7e68d6) --- updated-dependencies: - dependency-name: r-lib/actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent b4b1d14 commit 90b86f4

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
@@ -248,7 +248,7 @@ jobs:
248248
- name: 'Setup R'
249249
if: ( success() || failure() ) && steps.check-r-files.outputs.files != ''
250250
# Pin action to full length commit SHA
251-
uses: r-lib/actions/setup-r@7171bbdc297d5a76f04914d60e5c8144991e3011 # v2.6.4
251+
uses: r-lib/actions/setup-r@b7e68d63e51bdf225997973e2add36d551f60f02 # v2.6.4
252252
with:
253253
r-version: '3.5.3'
254254

.github/workflows/lint_random_files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ jobs:
317317
- name: 'Setup R'
318318
if: ( github.event.inputs.r != 'false' ) && ( success() || failure() )
319319
# Pin action to full length commit SHA
320-
uses: r-lib/actions/setup-r@7171bbdc297d5a76f04914d60e5c8144991e3011 # v2.6.4
320+
uses: r-lib/actions/setup-r@b7e68d63e51bdf225997973e2add36d551f60f02 # v2.6.4
321321
with:
322322
r-version: '4.3.3'
323323

0 commit comments

Comments
 (0)