Skip to content

Commit 3d56e25

Browse files
committed
Use 4.5.0 on CI
1 parent 092fe4c commit 3d56e25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-ff-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Set up R
4848
uses: r-lib/actions/setup-r@v2
4949
with:
50-
r-version: "4.4.2"
50+
r-version: "4.5.0"
5151
use-public-rspm: true
5252
# required to avoid rtools bin in path
5353
windows-path-include-rtools: false

.github/workflows/test-smokes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Set up R
6969
uses: r-lib/actions/setup-r@v2
7070
with:
71-
r-version: "4.4.2"
71+
r-version: "4.5.0"
7272
use-public-rspm: true
7373
# required to avoid rtools bin in path
7474
windows-path-include-rtools: false

0 commit comments

Comments
 (0)