Skip to content

Commit 5e2551c

Browse files
authored
Merge pull request #842 from stan-dev/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 57a5218 + 792c6b2 commit 5e2551c

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

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

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

38-
- uses: actions/checkout@v3
38+
- uses: actions/checkout@v4
3939

4040
- uses: r-lib/actions/setup-r@v2.6.4
4141
with:

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

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

51-
- uses: actions/checkout@v3
51+
- uses: actions/checkout@v4
5252

5353
- name: Install system dependencies
5454
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@v3
35+
- uses: actions/checkout@v4
3636

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

8888
- uses: r-lib/actions/setup-r@v2.6.4
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@v3
35+
- uses: actions/checkout@v4
3636
- name: Install system dependencies
3737
if: runner.os == 'Linux'
3838
run: |

0 commit comments

Comments
 (0)