Skip to content

Commit 95cfdbe

Browse files
authored
Merge pull request #97 from andrjohns/dependabot/github_actions/gh-action-workflows-229d4e1b45
Bump the gh-action-workflows group with 2 updates
2 parents 48b1e13 + c778ec3 commit 95cfdbe

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/R-CMD-check-cross.yaml

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

2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v6
2929
with:
3030
submodules: true
3131

@@ -59,7 +59,7 @@ jobs:
5959
Rscript -e 'rcmdcheck::rcmdcheck("/root/work/QuickJSR/QuickJSR", args = c("--no-manual", "--as-cran"), check_dir = "/root/work/QuickJSR/QuickJSR/check")'
6060
6161
- name: Upload check results
62-
uses: actions/upload-artifact@v4
62+
uses: actions/upload-artifact@v6
6363
with:
6464
name: arch-${{ matrix.config.platform }}-results
6565
path: check

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
MAKEFLAGS: -j4
4545

4646
steps:
47-
- uses: actions/checkout@v4
47+
- uses: actions/checkout@v6
4848
with:
4949
submodules: true
5050

.github/workflows/test-rstan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
MAKEFLAGS: -j4
3030

3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v6
3333
with:
3434
submodules: true
3535

0 commit comments

Comments
 (0)