Skip to content

Commit b13c19b

Browse files
authored
Merge pull request #12751 from quarto-dev/update-r-deps
renv - update packages in our test suites
2 parents a9eadac + 3d56e25 commit b13c19b

File tree

5 files changed

+4685
-1125
lines changed

5 files changed

+4685
-1125
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)