File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6868 _R_CHECK_LENGTH_COLON_ : true
6969
7070 steps :
71- - uses : actions/checkout@v3
71+ - uses : actions/checkout@v5
7272
7373 - uses : r-lib/actions/setup-pandoc@v2
7474
Original file line number Diff line number Diff line change 5353 permissions :
5454 contents : write
5555 steps :
56- - uses : actions/checkout@v3
56+ - uses : actions/checkout@v5
5757
5858 - uses : r-lib/actions/setup-pandoc@v2
5959
Original file line number Diff line number Diff line change 4242 GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
4343 steps :
4444 - name : Checkout repos
45- uses : actions/checkout@v4
45+ uses : actions/checkout@v5
4646
4747 - name : Setup R
4848 uses : r-lib/actions/setup-r@v2
Original file line number Diff line number Diff line change 3939 GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
4040
4141 steps :
42- - uses : actions/checkout@v3
42+ - uses : actions/checkout@v5
4343 - uses : r-lib/actions/setup-r@v2
4444 with :
4545 use-public-rspm : true
Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ jobs:
2828
2929 - name : Checkout PR commit
3030 if : steps.pr.outputs.sha != ''
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v5
3232 with :
3333 ref : ${{ steps.pr.outputs.sha }}
3434
3535 - name : Checkout triggering commit (fallback)
3636 if : steps.pr.outputs.sha == ''
37- uses : actions/checkout@v4
37+ uses : actions/checkout@v5
3838 with :
3939 # head_sha exists on workflow_run events; fallback to github.sha
4040 # if needed
You can’t perform that action at this time.
0 commit comments