Skip to content

Commit c81f9c8

Browse files
committed
[r] update github actions
1 parent ba28e92 commit c81f9c8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
config:
18-
- r: '4.0.1'
18+
- r: '4.1.0'
1919
http-user-agent: 'github-actions'
2020
env:
2121
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
@@ -40,8 +40,8 @@ jobs:
4040
uses: actions/cache@v4
4141
with:
4242
path: ${{ env.R_LIBS_USER }}
43-
key: macOS-r-4.0-1-${{ hashFiles('.github/depends.Rds') }}
44-
restore-keys: macOS-r-4.0-1-
43+
key: macOS-r-4.1.0-${{ hashFiles('.github/depends.Rds') }}
44+
restore-keys: macOS-r-4.1.0-
4545

4646
- name: Install dependencies
4747
run: |

.github/workflows/test-coverage.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
matrix:
4141
config:
42-
- r: '4.0.1'
42+
- r: '4.1.0'
4343
http-user-agent: 'github-actions'
4444
env:
4545
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
@@ -64,8 +64,8 @@ jobs:
6464
uses: actions/cache@v3
6565
with:
6666
path: ${{ env.R_LIBS_USER }}
67-
key: macOS-r-4.0-1-${{ hashFiles('.github/depends.Rds') }}
68-
restore-keys: macOS-r-4.0-1-
67+
key: macOS-r-4.1.0-${{ hashFiles('.github/depends.Rds') }}
68+
restore-keys: macOS-r-4.1.0-
6969

7070
- name: Install dependencies
7171
run: |

0 commit comments

Comments
 (0)