Skip to content

Commit 9d6d9b5

Browse files
committed
Update GitHub actions
1 parent 9f95c66 commit 9d6d9b5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/GitHub_Actions_CI.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: GitHub Actions CI
1010

1111
## change if caches needs to be refreshed
1212
env:
13-
cache-version: v2
13+
cache-version: v3
1414

1515
jobs:
1616
R-CMD-check:
@@ -26,8 +26,8 @@ jobs:
2626
- {os: windows-latest, r: 'release', not_cran: 'true'}
2727
- {os: windows-latest, r: 'devel', not_cran: 'true'}
2828
- {os: windows-2019, r: 'oldrel', not_cran: 'true'}
29-
- {os: macos-12, r: 'release', not_cran: 'true'}
30-
- {os: macos-11, r: 'oldrel', not_cran: 'true'}
29+
- {os: macos-13, r: 'release', not_cran: 'true'}
30+
- {os: macos-12, r: 'oldrel', not_cran: 'true'}
3131
- {os: ubuntu-latest, r: 'devel', not_cran: 'true'}
3232
- {os: ubuntu-latest, r: 'release', not_cran: 'true'} #OK
3333
- {os: ubuntu-latest, r: 'oldrel', not_cran: 'true'}
@@ -38,7 +38,7 @@ jobs:
3838
R_KEEP_PKG_SOURCE: yes
3939

4040
steps:
41-
- uses: actions/checkout@v3
41+
- uses: actions/checkout@v4
4242

4343
- uses: r-lib/actions/setup-pandoc@v2
4444

0 commit comments

Comments
 (0)