File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
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') }}
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 }}
You can’t perform that action at this time.
0 commit comments