Skip to content

Commit edccf2d

Browse files
authored
Merge pull request #1104 from stan-dev/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 82a8e38 + 5a5e186 commit edccf2d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

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

39-
- uses: actions/checkout@v4
39+
- uses: actions/checkout@v5
4040

4141
- uses: r-lib/actions/setup-r@v2
4242
- uses: r-lib/actions/setup-pandoc@v2

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

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

52-
- uses: actions/checkout@v4
52+
- uses: actions/checkout@v5
5353

5454
- uses: r-lib/actions/setup-r@v2
5555
with:

.github/workflows/Test-coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
workflow: Test-coverage.yaml
4242
if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/master'"
4343

44-
- uses: actions/checkout@v4
44+
- uses: actions/checkout@v5
4545

4646
- uses: r-lib/actions/setup-r@v2
4747
- uses: r-lib/actions/setup-pandoc@v2

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

0 commit comments

Comments
 (0)