We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c47e075 commit 63ec27cCopy full SHA for 63ec27c
.github/workflows/deploy_docu.yml
@@ -21,12 +21,12 @@ jobs:
21
with:
22
persist-credentials: false
23
- name: Install SSH Client
24
- uses: webfactory/ssh-agent@v0.4.1
+ uses: webfactory/ssh-agent@v0.7.0
25
26
ssh-private-key: ${{ secrets.DEPLOY_KEY }}
27
28
- name: Install R
29
- uses: r-lib/actions/setup-r@v1
+ uses: r-lib/actions/setup-r@v2
30
31
r-version: 'release'
32
@@ -40,7 +40,7 @@ jobs:
40
shell: Rscript {0}
41
42
- name: Cache R packages
43
- uses: actions/cache@v2
+ uses: actions/cache@v3
44
45
path: ${{ env.R_LIBS_USER }}
46
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}
0 commit comments