Skip to content

Commit 5b6db29

Browse files
Update setup action
1 parent a664a4b commit 5b6db29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/render-rmd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: macOS-latest
99
steps:
1010
- uses: actions/checkout@v2
11-
- uses: r-lib/actions/setup-r@v1
11+
- uses: r-lib/actions/setup-r@v2
1212
- uses: r-lib/actions/setup-pandoc@v1
1313
- name: Install rmarkdown, remotes, and the local package
1414
run: |

0 commit comments

Comments
 (0)