Skip to content

Commit 9729e75

Browse files
committed
update r action and cache
1 parent 61aa940 commit 9729e75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/r_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v2
2929
- name: Set up R ${{ matrix.r-version }}
30-
uses: r-lib/actions/setup-r@ffe45a39586f073cc2e9af79c4ba563b657dc6e3
30+
uses: r-lib/actions/setup-r@v1
3131
with:
3232
r-version: ${{ matrix.r-version }}
3333
- name: Install libcurl
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/cache@v2
3737
with:
3838
path: ${{ env.R_LIBS_USER }}
39-
key: ${{ runner.os }}-r-1-
39+
key: ${{ runner.os }}-r-2-
4040
- name: Install dependencies
4141
run: |
4242
install.packages(c("remotes", "rcmdcheck"))

0 commit comments

Comments
 (0)