File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 env :
1515 cache-version : 5
1616 steps :
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v4
1818 - name : Set up libraries for Ubuntu
1919 run : |
2020 sudo apt-get update
3636 shell : Rscript {0}
3737 - name : Cache dependencies
3838 id : cache-deps
39- uses : actions/cache@v2
39+ uses : actions/cache@v4
4040 with :
4141 path : ${{ env.R_LIBS_USER }}/*
4242 key : ${{ hashFiles('DESCRIPTION') }}-${{ steps.get-version.outputs.os-version }}-${{ steps.get-version.outputs.r-version }}-${{ env.cache-version }}-deps
6969 run : |
7070 Rscript -e 'devtools::document(); pkgdown::build_site(new_process = FALSE)'
7171 touch docs/.nojekyll
72- - uses : actions/upload-pages-artifact@v1
72+ - uses : actions/upload-pages-artifact@v3
7373 if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
7474 with :
7575 path : ./docs
8484 - name : Deploy to GitHub Pages
8585 id : deployment
8686 if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
87- uses : actions/deploy-pages@v1
87+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments