From a454f5a9e495c01e7f099a38e9c7f6d9b1b71dc5 Mon Sep 17 00:00:00 2001 From: Lukas Heumos Date: Thu, 2 Apr 2026 14:06:16 +0200 Subject: [PATCH] Upgrade R Signed-off-by: Lukas Heumos --- .github/workflows/test_tutorials.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_tutorials.yml b/.github/workflows/test_tutorials.yml index f10a2b51..63b75519 100644 --- a/.github/workflows/test_tutorials.yml +++ b/.github/workflows/test_tutorials.yml @@ -71,7 +71,7 @@ jobs: - name: Install R uses: r-lib/actions/setup-r@v2 with: - r-version: "4.4.3" + r-version: "4.5.3" - name: Cache R packages id: r-cache