Skip to content

Commit

Permalink
Update R version on publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
mine-cetinkaya-rundel committed May 29, 2024
1 parent 1e65940 commit 3887ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install R
uses: r-lib/actions/setup-r@v2
with:
r-version: '4.3.0'
r-version: '4.4.0'

- name: Install magick libs
run: |
Expand Down

0 comments on commit 3887ca9

Please sign in to comment.