From 9058398d9d2c1eb39e97f40d7a74916b79a09a5a Mon Sep 17 00:00:00 2001 From: "Shawn P. Serbin" Date: Tue, 18 Jun 2024 11:56:55 -0400 Subject: [PATCH] Update run_plsr_example_auto.yaml --- .github/workflows/run_plsr_example_auto.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run_plsr_example_auto.yaml b/.github/workflows/run_plsr_example_auto.yaml index 3128c36..1676072 100644 --- a/.github/workflows/run_plsr_example_auto.yaml +++ b/.github/workflows/run_plsr_example_auto.yaml @@ -26,10 +26,13 @@ jobs: - "3.6" - "4.0" - "4.1" + - "4.2" + - "4.3" + - "4.4" steps: #check out source code - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: r-lib/actions/setup-r@v2 with: