Skip to content

Commit 998dbf4

Browse files
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 87f7603 commit 998dbf4

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)