We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 594494c commit 7bd8bccCopy full SHA for 7bd8bcc
.github/workflows/backfill-corr-ci.yml
@@ -17,7 +17,7 @@ on:
17
18
jobs:
19
build:
20
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
21
if: github.event.pull_request.draft == false
22
defaults:
23
run:
@@ -26,10 +26,11 @@ jobs:
26
steps:
27
- uses: actions/checkout@v4
28
29
- - name: Set up R
+ - name: Set up R 4.3
30
uses: r-lib/actions/setup-r@v2
31
with:
32
use-public-rspm: true
33
+ r-version: 4.3
34
35
- name: Get date
36
id: get-date
0 commit comments