File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2424 - {dev-package: 'mlr3pipelines'}
2525
2626 steps :
27- - uses : actions/checkout@v3
27+ - uses : actions/checkout@v5
2828
2929 - name : Install dev versions
3030 run : remotes::install_github(c('mlr-org/${{ matrix.config.dev-package }}'))
Original file line number Diff line number Diff line change 1515 GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
1616
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v5
1919
2020 - name : Update all packages
2121 run : Rscript -e 'update.packages(ask = FALSE)'
Original file line number Diff line number Diff line change 1919 GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
2020
2121 steps :
22- - uses : actions/checkout@v3
22+ - uses : actions/checkout@v5
2323
2424 - name : Install headless chromium
2525 run : quarto tools install chromium
Original file line number Diff line number Diff line change 1010 linkChecker :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v5
1414 with :
1515 ref : " gh-pages"
1616
You can’t perform that action at this time.
0 commit comments