Skip to content

Commit 5e2f0e3

Browse files
faster github action
1 parent c147126 commit 5e2f0e3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/test-code.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,15 @@ jobs:
1818
env:
1919
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v3
2222

2323
- name: Remove .Rprofile
2424
run: rm .Rprofile
2525

2626
- uses: r-lib/actions/setup-r@v2
2727
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"
2930

3031
- name: pre-commit Hook
3132
run: source(".githooks/pre-commit")

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
99

1010
### changed
1111
- **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
1213

1314
### added
1415
-

0 commit comments

Comments
 (0)