Skip to content

Commit 639aa72

Browse files
use checkout@v4 (#292)
Co-authored-by: Matt Secrest <secrestm@gene.com>
1 parent 4048cc2 commit 639aa72

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
config:
19-
- {os: macOS-latest, r: 'release'}
20-
- {os: windows-latest, r: 'release'}
21-
- {os: ubuntu-latest, r: 'release'}
19+
- { os: macOS-latest, r: "release" }
20+
- { os: windows-latest, r: "release" }
21+
- { os: ubuntu-latest, r: "release" }
2222
env:
2323
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
2424
R_KEEP_PKG_SOURCE: yes
25-
_R_CHECK_FORCE_SUGGESTS_: "0" # CRAN sets to false
25+
_R_CHECK_FORCE_SUGGESTS_: "0" # CRAN sets to false
2626
steps:
27-
- uses: actions/checkout@v2
27+
- uses: actions/checkout@v4
2828

2929
- uses: r-lib/actions/setup-pandoc@v2
3030

@@ -55,11 +55,11 @@ jobs:
5555
5656
- name: R CMD check after cmdstanr installed but before cmdstan
5757
uses: r-lib/actions/check-r-package@v2
58-
58+
5959
- name: Install cmdstan
6060
run: |
6161
Rscript -e "cmdstanr::check_cmdstan_toolchain(fix = TRUE)"
6262
Rscript -e "cmdstanr::install_cmdstan()"
6363
6464
- name: R CMD check after cmdstanr and cmdstan are installed
65-
uses: r-lib/actions/check-r-package@v2
65+
uses: r-lib/actions/check-r-package@v2

.github/workflows/pkgdown.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
env:
2121
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v4
2424

2525
- uses: r-lib/actions/setup-pandoc@v2
2626

@@ -33,7 +33,7 @@ jobs:
3333
extra-packages: any::pkgdown, local::., github::stan-dev/cmdstanr
3434
needs: website
3535

36-
- name: Install and unpack cmdstan
36+
- name: Install and unpack cmdstan
3737
run: |
3838
Rscript -e "cmdstanr::check_cmdstan_toolchain(fix = TRUE)"
3939
Rscript -e "cmdstanr::install_cmdstan()"
@@ -48,4 +48,4 @@ jobs:
4848
with:
4949
clean: false
5050
branch: gh-pages
51-
folder: docs
51+
folder: docs

.github/workflows/test-coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
1616

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
1919

2020
- uses: r-lib/actions/setup-r@v2
2121
with:

0 commit comments

Comments
 (0)