Skip to content

Commit

Permalink
Merge pull request #542 from JohnCoene/munoztd0-patch-CI-v3
Browse files Browse the repository at this point in the history
Update R-CMD-check.yaml
  • Loading branch information
munoztd0 authored Jun 12, 2023
2 parents 768d0cc + ac46986 commit c582c35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
RSPM: ${{ matrix.config.rspm }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: r-lib/actions/setup-r@v2
with:
Expand All @@ -48,7 +48,7 @@ jobs:

- name: Cache R packages
if: runner.os != 'Windows'
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ${{ env.R_LIBS_USER }}
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}
Expand Down

0 comments on commit c582c35

Please sign in to comment.