Skip to content

Commit 402ac3c

Browse files
committed
upd workflows
1 parent 6378189 commit 402ac3c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy_docu_dev.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
with:
1616
persist-credentials: false
1717
- name: Install SSH Client
18-
uses: webfactory/ssh-agent@v0.4.1
18+
uses: webfactory/ssh-agent@v0.7.0
1919
with:
2020
ssh-private-key: ${{ secrets.DEPLOY_KEY }}
2121

2222
- name: Install R
23-
uses: r-lib/actions/setup-r@v1
23+
uses: r-lib/actions/setup-r@v2
2424
with:
2525
r-version: 'release'
2626

@@ -34,7 +34,7 @@ jobs:
3434
shell: Rscript {0}
3535

3636
- name: Cache R packages
37-
uses: actions/cache@v2
37+
uses: actions/cache@v3
3838
with:
3939
path: ${{ env.R_LIBS_USER }}
4040
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}
@@ -80,4 +80,4 @@ jobs:
8080
git-config-name: DoubleML Deploy Bot
8181
git-config-email: DoubleML@users.noreply.github.com
8282
clean: true
83-
ssh-key: ${{ secrets.DEPLOY_KEY }}
83+
ssh-key: ${{ secrets.DEPLOY_KEY }}

0 commit comments

Comments
 (0)