From 49ecdd624057f3ffb3c374772ba923fbb2532ce7 Mon Sep 17 00:00:00 2001 From: Sergey Vassiliev Date: Sat, 18 Nov 2023 11:45:07 -0400 Subject: [PATCH] Update website.yml --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 246d4c7..063493d 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -48,7 +48,7 @@ jobs: - name: Set up R if: steps.check-rmd.outputs.count != 0 - uses: r-lib/actions/setup-r@master + uses: r-lib/actions/setup-r@v2 with: r-version: 'release'