Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
update R version
  • Loading branch information
NightlordTW authored Nov 20, 2023
1 parent 90a77c9 commit 17f25fd
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.2.0'
r-version: '4.2.3' # Update to most recent version of R

- name: Install R Dependencies
uses: r-lib/actions/setup-renv@v2
Expand Down

0 comments on commit 17f25fd

Please sign in to comment.