File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : " github-actions"
4+ directory : " /"
5+ schedule :
6+ interval : " weekly"
Original file line number Diff line number Diff line change 4747 token : ${{ secrets.GITHUB_TOKEN }}
4848 if : " !startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/master'"
4949
50- - uses : actions/checkout@v2
50+ - uses : actions/checkout@v3
5151
5252 - name : Install system dependencies
5353 if : runner.os == 'Linux'
7878
7979 - name : Cache R packages
8080 if : runner.os != 'Windows'
81- uses : actions/cache@v2
81+ uses : actions/cache@v3
8282 with :
8383 path : ${{ env.R_LIBS_USER }}
8484 key : ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}
@@ -119,7 +119,7 @@ jobs:
119119
120120 - name : Upload check results
121121 if : failure()
122- uses : actions/upload-artifact@v2
122+ uses : actions/upload-artifact@v3
123123 with :
124124 name : ${{ runner.os }}-r${{ matrix.config.r }}-results
125125 path : check
Original file line number Diff line number Diff line change 3232 token : ${{ secrets.GITHUB_TOKEN }}
3333 workflow : Test-coverage.yml
3434 if : " !startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/master'"
35- - uses : actions/checkout@v2
35+ - uses : actions/checkout@v3
3636
3737 - uses : r-lib/actions/setup-r@v2
3838 - uses : r-lib/actions/setup-pandoc@v1
5050 shell : Rscript {0}
5151
5252 - name : Cache R packages
53- uses : actions/cache@v2
53+ uses : actions/cache@v3
5454 with :
5555 path : ${{ env.R_LIBS_USER }}
5656 key : ubuntu-r-4.0-1-${{ hashFiles('.github/depends.Rds') }}
8383 GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
8484 NOT_CRAN : true
8585 steps :
86- - uses : actions/checkout@v2
86+ - uses : actions/checkout@v3
8787
8888 - uses : r-lib/actions/setup-r@v2
8989 with :
Original file line number Diff line number Diff line change 3232 NOT_CRAN : true
3333
3434 steps :
35- - uses : actions/checkout@v2
35+ - uses : actions/checkout@v3
3636
3737 - name : Set path for RTools 4.0
3838 if : runner.os == 'Windows'
7676
7777 - name : Cache R packages
7878 if : runner.os != 'Windows'
79- uses : actions/cache@v2
79+ uses : actions/cache@v3
8080 with :
8181 path : ${{ env.R_LIBS_USER }}
8282 key : ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}
@@ -115,7 +115,7 @@ jobs:
115115
116116 - name : Upload check results
117117 if : failure()
118- uses : actions/upload-artifact@v2
118+ uses : actions/upload-artifact@v3
119119 with :
120120 name : ${{ runner.os }}-r${{ matrix.config.r }}-results
121121 path : check
You can’t perform that action at this time.
0 commit comments