Skip to content

Commit 3643d74

Browse files
committed
upd workflow versions
1 parent 60da7cc commit 3643d74

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy_docu.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ jobs:
2121
with:
2222
persist-credentials: false
2323
- name: Install SSH Client
24-
uses: webfactory/ssh-agent@v0.4.1
24+
uses: webfactory/ssh-agent@v0.7.0
2525
with:
2626
ssh-private-key: ${{ secrets.DEPLOY_KEY }}
2727

2828
- name: Install R
29-
uses: r-lib/actions/setup-r@v1
29+
uses: r-lib/actions/setup-r@v2
3030
with:
3131
r-version: 'release'
3232

33-
- uses: r-lib/actions/setup-pandoc@v1
33+
- uses: r-lib/actions/setup-pandoc@v2
3434

3535
- name: Query dependencies
3636
run: |
@@ -40,7 +40,7 @@ jobs:
4040
shell: Rscript {0}
4141

4242
- name: Cache R packages
43-
uses: actions/cache@v2
43+
uses: actions/cache@v3
4444
with:
4545
path: ${{ env.R_LIBS_USER }}
4646
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}

0 commit comments

Comments
 (0)