Skip to content

Commit 3887ca9

Browse files
Update R version on publish action
1 parent 1e65940 commit 3887ca9

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
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install R
2121
uses: r-lib/actions/setup-r@v2
2222
with:
23-
r-version: '4.3.0'
23+
r-version: '4.4.0'
2424

2525
- name: Install magick libs
2626
run: |

0 commit comments

Comments
 (0)