From 465e0ad0b5f6c6a81344e9455c4ecee0804db0e2 Mon Sep 17 00:00:00 2001 From: Shiro Kuriwaki Date: Sun, 12 May 2024 16:54:14 -0400 Subject: [PATCH] Fix yaml issue with daily --- .github/workflows/R-CMD-check-daily.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/R-CMD-check-daily.yaml b/.github/workflows/R-CMD-check-daily.yaml index ab332bc..d1a8fcb 100644 --- a/.github/workflows/R-CMD-check-daily.yaml +++ b/.github/workflows/R-CMD-check-daily.yaml @@ -15,8 +15,8 @@ jobs: - uses: actions/checkout@v4 - uses: r-lib/actions/setup-r@v2 - uses: r-lib/actions/setup-r-dependencies@v2 - with: - cache: "always" + with: + cache: "always" - uses: r-lib/actions/setup-pandoc@v2 - name: Query dependencies