Skip to content

Commit

Permalink
Update validate-submission.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kimberlynroosa authored Feb 18, 2025
1 parent 4f89201 commit 210ef08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-submission.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
sudo apt-get update
sudo apt-get install libcurl4-openssl-dev libv8-dev
- name: Cache R packages
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ env.R_LIBS_USER }}
key: ${{ runner.os }}-r-${{ hashFiles('DESCRIPTION') }}
Expand Down

0 comments on commit 210ef08

Please sign in to comment.