Skip to content

Commit f7fe573

Browse files
committed
build: update installed R version
R linting seems to be broken on CI, see `lint_random_files.yml` workflow run such as the following: https://github.com/stdlib-js/stdlib/actions/runs/8319437589/job/22762740425#step:15:988 This PR updates the installed R version to see if that resolves the issue as all dependencies are correctly installed from CRAN locally when ussing that version.
1 parent 8dffd8f commit f7fe573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint_random_files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ jobs:
316316
# Pin action to full length commit SHA
317317
uses: r-lib/actions/setup-r@0ed4cdf40958ef43a6b33b9792e07ac76c3239e3 # v2.6.4
318318
with:
319-
r-version: '3.5.3'
319+
r-version: '4.3.3'
320320

321321
# Lint R files:
322322
- name: 'Lint R files'

0 commit comments

Comments
 (0)