Skip to content

Commit

Permalink
Update R-CMD-check-cache_month.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ohagen committed Jun 14, 2024
1 parent ca5db5f commit f356dd6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/R-CMD-check-cache_month.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v2

- name: Set up R
uses: r-lib/actions/setup-r@v3
uses: r-lib/actions/setup-r@v2

- name: Install system dependencies
run: |
Expand All @@ -31,7 +31,7 @@ jobs:
echo "CACHE_KEY=renv-$(date +%Y-%m)" >> $GITHUB_ENV
- name: Cache R packages
uses: actions/cache@v3
uses: actions/cache@v2
with:
path: ~/.R/library
key: ${{ runner.os }}-${{ env.CACHE_KEY }}-${{ hashFiles('**/DESCRIPTION') }}
Expand All @@ -51,7 +51,7 @@ jobs:
- name: Upload check results
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v2
with:
name: R-CMD-check-results
path: check/*.Rcheck
Expand Down

0 comments on commit f356dd6

Please sign in to comment.