Skip to content

Commit 5dc5338

Browse files
authored
ci: update setup-r to v2 and use the R version specified in renv.lock
1 parent 7cd5146 commit 5dc5338

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/snap-gtfs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ jobs:
1919
with:
2020
fetch-depth: '0'
2121

22-
- uses: r-lib/actions/setup-r@v1
22+
- uses: r-lib/actions/setup-r@v2
2323
with:
24+
r-version: '4.2.1'
2425
use-public-rspm: true
2526

2627
- uses: r-lib/actions/setup-pandoc@v1

0 commit comments

Comments
 (0)