Commit d5ef401 1 parent 3f3c545 commit d5ef401 Copy full SHA for d5ef401
File tree 4 files changed +9
-7
lines changed
4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -30,15 +30,15 @@ jobs:
30
30
R_KEEP_PKG_SOURCE : yes
31
31
32
32
steps :
33
- - uses : actions/checkout@v3
33
+ - uses : actions/checkout@v4
34
34
35
35
- uses : r-lib/actions/setup-pandoc@v2
36
36
37
37
- uses : r-lib/actions/setup-r@v2
38
38
with :
39
39
r-version : ${{ matrix.config.r }}
40
40
http-user-agent : ${{ matrix.config.http-user-agent }}
41
- use-public-rspm : false
41
+ use-public-rspm : true
42
42
43
43
- uses : r-lib/actions/setup-r-dependencies@v2
44
44
with :
Original file line number Diff line number Diff line change 14
14
env :
15
15
GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
16
16
steps :
17
- - uses : actions/checkout@v3
17
+ - uses : actions/checkout@v4
18
18
19
19
- uses : r-lib/actions/setup-r@v2
20
20
with :
Original file line number Diff line number Diff line change 19
19
group : pkgdown-${{ github.event_name != 'pull_request' || github.run_id }}
20
20
env :
21
21
GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
22
+ permissions :
23
+ contents : write
22
24
steps :
23
- - uses : actions/checkout@v3
25
+ - uses : actions/checkout@v4
24
26
25
27
- uses : r-lib/actions/setup-pandoc@v2
26
28
39
41
40
42
- name : Deploy to GitHub pages 🚀
41
43
if : github.event_name != 'pull_request'
42
- uses : JamesIves/github-pages-deploy-action@v4.4.1
44
+ uses : JamesIves/github-pages-deploy-action@v4.5.0
43
45
with :
44
46
clean : false
45
47
branch : gh-pages
Original file line number Diff line number Diff line change 15
15
GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
16
16
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
20
20
- uses : r-lib/actions/setup-r@v2
21
21
with :
44
44
45
45
- name : Upload test results
46
46
if : failure()
47
- uses : actions/upload-artifact@v3
47
+ uses : actions/upload-artifact@v4
48
48
with :
49
49
name : coverage-test-failures
50
50
path : ${{ runner.temp }}/package
You can’t perform that action at this time.
0 commit comments