File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
18
18
R_KEEP_PKG_SOURCE : yes
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
22
22
- uses : r-lib/actions/setup-r@v2
23
23
with :
Original file line number Diff line number Diff line change 22
22
env :
23
23
GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
24
24
steps :
25
- - uses : actions/checkout@v3
25
+ - uses : actions/checkout@v4
26
26
27
27
- uses : r-lib/actions/setup-pandoc@v2
28
28
Original file line number Diff line number Diff line change 21
21
GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
22
22
steps :
23
23
- name : Checkout repo
24
- uses : actions/checkout@v3
24
+ uses : actions/checkout@v4
25
25
with :
26
26
fetch-depth : 0
27
27
54
54
shell : Rscript {0}
55
55
56
56
- name : Cache styler
57
- uses : actions/cache@v3
57
+ uses : actions/cache@v4
58
58
with :
59
59
path : ${{ steps.styler-location.outputs.location }}
60
60
key : ${{ runner.os }}-styler-${{ github.sha }}
You can’t perform that action at this time.
0 commit comments