Skip to content

Commit

Permalink
use github's cache workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sebffischer committed Sep 13, 2023
1 parent 64b6a18 commit 6aa1377
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
version: pre-release

- name: Cache R packages
uses: pat-s/always-upload-cache@v3
uses: cache@v3
with:
path: ~/.cache/R/renv
key: ${{ runner.os }}-r-${{ steps.setup.outputs.installed-r-version }}-lock-${{ hashFiles('mlr-org/renv.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gallery-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
version: pre-release

- name: Cache R packages
uses: pat-s/always-upload-cache@v3
uses: cache@v3
with:
path: ~/.cache/R/renv
key: ${{ runner.os }}-r-${{ steps.setup.outputs.installed-r-version }}-weekly-lock-${{ hashFiles('mlr-org/renv.lock') }}
Expand Down

0 comments on commit 6aa1377

Please sign in to comment.