Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Commit 7bef667

Browse files
author
Avani7
committed
R version changed
1 parent ed7c90b commit 7bef667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/setup-test-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: r-lib/actions/setup-r@v2
2020
with:
21-
r-version: '4.5.0' # The R version to download (if necessary) and use.
21+
r-version: '4.4.0' # The R version to download (if necessary) and use.
2222

2323
- run: Rscript -e 'print("hello")'
2424

0 commit comments

Comments
 (0)