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 @@ -59,16 +59,16 @@ jobs:
5959
6060 steps :
6161 - name : Checkout code
62- uses : actions/checkout@v3
62+ uses : actions/checkout@v5
6363 with :
6464 # Use the head SHA for pull requests
6565 ref : ${{ github.event.pull_request.head.sha || github.sha }}
6666
67- - uses : r-lib/actions/setup-r@v1
67+ - uses : r-lib/actions/setup-r@v2
6868 with :
6969 r-version : ${{ matrix.config.r }}
7070
71- - uses : r-lib/actions/setup-pandoc@v1
71+ - uses : r-lib/actions/setup-pandoc@v2
7272
7373 - name : Query dependencies
7474 run : |
7979
8080 - name : Restore R package cache
8181 if : runner.os != 'Windows'
82- uses : actions/cache@v2
82+ uses : actions/cache@v4
8383 with :
8484 path : ${{ env.R_LIBS_USER }}
8585 key : ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}
You can’t perform that action at this time.
0 commit comments