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.
2 parents 1b16b94 + ee3ae7e commit 226b846Copy full SHA for 226b846
.github/workflows/check-standalone.yaml
@@ -26,7 +26,7 @@ jobs:
26
R_KEEP_PKG_SOURCE: yes
27
28
steps:
29
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v6
30
31
- uses: r-lib/actions/setup-pandoc@v2
32
@@ -74,7 +74,7 @@ jobs:
74
shell: Rscript {0}
75
76
- name: Checkout RStan Experimental branch
77
- uses: actions/checkout@v3
+ uses: actions/checkout@v6
78
with:
79
repository: stan-dev/rstan
80
ref: experimental
.github/workflows/check-standard.yaml
@@ -30,7 +30,7 @@ jobs:
33
34
35
36
0 commit comments