Skip to content

Commit d87f8f8

Browse files
committed
ci: fix backfill-corr-ci to R 4.2
1 parent 7bd8bcc commit d87f8f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/backfill-corr-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v4
2828

29-
- name: Set up R 4.3
29+
- name: Set up R 4.2
3030
uses: r-lib/actions/setup-r@v2
3131
with:
3232
use-public-rspm: true
33-
r-version: 4.3
33+
r-version: 4.2
3434

3535
- name: Get date
3636
id: get-date

0 commit comments

Comments
 (0)