File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
33on :
44 push :
5- branches : [main, master ]
5+ branches : [main]
66 pull_request :
7- branches : [main, master ]
7+ branches : [main]
88
99name : R-CMD-check
1010
2929 R_KEEP_PKG_SOURCE : yes
3030
3131 steps :
32- - uses : actions/checkout@v3
32+ - uses : actions/checkout@v6
3333
3434 - uses : r-lib/actions/setup-pandoc@v2
3535
Original file line number Diff line number Diff line change 2828 pull-requests : write
2929
3030 steps :
31- - uses : actions/checkout@v4
31+ - uses : actions/checkout@v6
3232 with :
3333 ref : ${{ github.event.pull_request.head.sha }}
3434
Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - main
7- - master
87 schedule :
98 - cron : " 0 20 * * 3" # Every Wednesday at 1200 hrs = 1700 UTC
109
1514 env :
1615 GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
1716 steps :
18- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v6
1918
2019 - uses : r-lib/actions/setup-r@v2
2120
2928 shell : Rscript {0}
3029
3130 - name : Cache R packages
32- uses : actions/cache@v4
31+ uses : actions/cache@v5.0.0
3332 with :
3433 path : ${{ env.R_LIBS_USER }}
3534 key : ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}
Original file line number Diff line number Diff line change 2828
2929 steps :
3030 - name : Checkout repo
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v6
3232 with :
3333 fetch-depth : 0
3434
@@ -119,7 +119,7 @@ jobs:
119119
120120 # Send email indicating if anything has changed
121121 - name : Send email
122- uses : dawidd6/action-send-mail@v3
122+ uses : dawidd6/action-send-mail@v13
123123
124124 with :
125125 server_address : smtp.gmail.com
You can’t perform that action at this time.
0 commit comments