Skip to content

Commit 63ce609

Browse files
authored
Merge pull request #1117 from stan-dev/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 6d0c123 + b11cee6 commit 63ce609

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

0 commit comments

Comments
 (0)