Skip to content

Commit 7acf046

Browse files
build(deps): bump r-lib/actions from 2.11.4 to 2.12.0
Bumps [r-lib/actions](https://github.com/r-lib/actions) from 2.11.4 to 2.12.0. - [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@6f6e5bc...a51a801) --- updated-dependencies: - dependency-name: r-lib/actions dependency-version: 2.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4479454 commit 7acf046

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@6f6e5bc62fba3a704f74e7ad7ef7676c5c6a2590 # v2.11.4
275+
uses: r-lib/actions/setup-r@a51a8012b0aab7c32ef9d19bf54da93f3254335e # v2.12.0
276276
with:
277277
r-version: '4.3.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@6f6e5bc62fba3a704f74e7ad7ef7676c5c6a2590 # v2.11.4
375+
uses: r-lib/actions/setup-r@a51a8012b0aab7c32ef9d19bf54da93f3254335e # v2.12.0
376376
with:
377377
r-version: '4.3.3'
378378

0 commit comments

Comments
 (0)