Skip to content

Commit ee3ae7e

Browse files
Bump actions/checkout from 3 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1b16b94 commit ee3ae7e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/check-standalone.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
R_KEEP_PKG_SOURCE: yes
2727

2828
steps:
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v6
3030

3131
- uses: r-lib/actions/setup-pandoc@v2
3232

@@ -74,7 +74,7 @@ jobs:
7474
shell: Rscript {0}
7575

7676
- name: Checkout RStan Experimental branch
77-
uses: actions/checkout@v3
77+
uses: actions/checkout@v6
7878
with:
7979
repository: stan-dev/rstan
8080
ref: experimental

.github/workflows/check-standard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
R_KEEP_PKG_SOURCE: yes
3131

3232
steps:
33-
- uses: actions/checkout@v3
33+
- uses: actions/checkout@v6
3434

3535
- uses: r-lib/actions/setup-pandoc@v2
3636

0 commit comments

Comments
 (0)