Skip to content

Commit 43419f6

Browse files
committed
Use R 4.5.0 in GH action
1 parent 1a2323d commit 43419f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install R
2323
uses: r-lib/actions/setup-r@v2
2424
with:
25-
r-version: '4.4.2'
25+
r-version: '4.5.0'
2626

2727
- name: Install R Dependencies
2828
uses: r-lib/actions/setup-renv@v2

0 commit comments

Comments
 (0)