Skip to content

Commit 2c09b0c

Browse files
authored
Merge pull request #669 from stan-dev/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 0c777a4 + 998dbf4 commit 2c09b0c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
token: ${{ secrets.GITHUB_TOKEN }}
4848
if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/master'"
4949

50-
- uses: actions/checkout@v2
50+
- uses: actions/checkout@v3
5151

5252
- name: Install system dependencies
5353
if: runner.os == 'Linux'

.github/workflows/Test-coverage.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
token: ${{ secrets.GITHUB_TOKEN }}
3333
workflow: Test-coverage.yml
3434
if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/master'"
35-
- uses: actions/checkout@v2
35+
- uses: actions/checkout@v3
3636

3737
- uses: r-lib/actions/setup-r@v2
3838
- uses: r-lib/actions/setup-pandoc@v1
@@ -83,7 +83,7 @@ jobs:
8383
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
8484
NOT_CRAN: true
8585
steps:
86-
- uses: actions/checkout@v2
86+
- uses: actions/checkout@v3
8787

8888
- uses: r-lib/actions/setup-r@v2
8989
with:

.github/workflows/cmdstan-tarball-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
NOT_CRAN: true
3333

3434
steps:
35-
- uses: actions/checkout@v2
35+
- uses: actions/checkout@v3
3636

3737
- name: Set path for RTools 4.0
3838
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)