File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,15 @@ jobs:
18
18
env :
19
19
GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
20
20
steps :
21
- - uses : actions/checkout@v2
21
+ - uses : actions/checkout@v3
22
22
23
23
- name : Remove .Rprofile
24
24
run : rm .Rprofile
25
25
26
26
- uses : r-lib/actions/setup-r@v2
27
27
with :
28
- extra-repositories : https://cloud.r-project.org https://rse.pik-potsdam.de/r/packages/
28
+ use-public-rspm : true
29
+ extra-repositories : " https://rse.pik-potsdam.de/r/packages"
29
30
30
31
- name : pre-commit Hook
31
32
run : source(".githooks/pre-commit")
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
9
9
10
10
### changed
11
11
- ** scripts** output.R is now faster, because it no longer searches runfolder renvs for full.gms files
12
+ - ** GitHub action** the github action is now faster, because it installs binary packages from Posit Package Manager
12
13
13
14
### added
14
15
-
You can’t perform that action at this time.
0 commit comments