File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1515 strategy :
1616 matrix :
1717 config :
18- - r : ' 4.0.1 '
18+ - r : ' 4.1.0 '
1919 http-user-agent : ' github-actions'
2020 env :
2121 GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
4040 uses : actions/cache@v4
4141 with :
4242 path : ${{ env.R_LIBS_USER }}
43- key : macOS-r-4.0-1 -${{ hashFiles('.github/depends.Rds') }}
44- restore-keys : macOS-r-4.0-1 -
43+ key : macOS-r-4.1.0 -${{ hashFiles('.github/depends.Rds') }}
44+ restore-keys : macOS-r-4.1.0 -
4545
4646 - name : Install dependencies
4747 run : |
Original file line number Diff line number Diff line change 3939 strategy :
4040 matrix :
4141 config :
42- - r : ' 4.0.1 '
42+ - r : ' 4.1.0 '
4343 http-user-agent : ' github-actions'
4444 env :
4545 GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
6464 uses : actions/cache@v3
6565 with :
6666 path : ${{ env.R_LIBS_USER }}
67- key : macOS-r-4.0-1 -${{ hashFiles('.github/depends.Rds') }}
68- restore-keys : macOS-r-4.0-1 -
67+ key : macOS-r-4.1.0 -${{ hashFiles('.github/depends.Rds') }}
68+ restore-keys : macOS-r-4.1.0 -
6969
7070 - name : Install dependencies
7171 run : |
You can’t perform that action at this time.
0 commit comments