From ea6b3cfdbddf8ec2d52420c04fdc21b4bb74813d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 03:35:13 +0000 Subject: [PATCH] Bump actions/checkout from 6 to 7 in the gh-action-workflows group Bumps the gh-action-workflows group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-action-workflows ... Signed-off-by: dependabot[bot] --- .github/workflows/R-CMD-check-cross.yaml | 2 +- .github/workflows/R-CMD-check.yaml | 2 +- .github/workflows/test-rstan.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/R-CMD-check-cross.yaml b/.github/workflows/R-CMD-check-cross.yaml index 5532cc4..87ca261 100644 --- a/.github/workflows/R-CMD-check-cross.yaml +++ b/.github/workflows/R-CMD-check-cross.yaml @@ -28,7 +28,7 @@ jobs: R_KEEP_PKG_SOURCE: yes steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index 87a4e7a..ad41fe6 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -44,7 +44,7 @@ jobs: MAKEFLAGS: -j4 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true diff --git a/.github/workflows/test-rstan.yaml b/.github/workflows/test-rstan.yaml index e46bd7f..66dd0b8 100644 --- a/.github/workflows/test-rstan.yaml +++ b/.github/workflows/test-rstan.yaml @@ -31,7 +31,7 @@ jobs: MAKEFLAGS: -j4 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true