Skip to content

Commit 5a5e186

Browse files
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 82a8e38 commit 5a5e186

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)