Skip to content

Commit 59e618e

Browse files
build(deps): bump r-lib/actions from 2.11.3 to 2.11.4
Bumps [r-lib/actions](https://github.com/r-lib/actions) from 2.11.3 to 2.11.4. - [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@bd49c52...6f6e5bc) --- updated-dependencies: - dependency-name: r-lib/actions dependency-version: 2.11.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4b8a736 commit 59e618e

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)