Skip to content

Commit

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

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

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

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

0 comments on commit 4313528

Please sign in to comment.