Skip to content

Commit 226b846

Browse files
authored
Merge pull request #143 from stan-dev/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 3 to 6
2 parents 1b16b94 + ee3ae7e commit 226b846

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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)