Skip to content

Commit

Permalink
Merge pull request #61 from uace-azmet/Aariq-patch-1
Browse files Browse the repository at this point in the history
Update actions/cache to v4
  • Loading branch information
Aariq authored Apr 25, 2024
2 parents d9a91ba + b3c60b4 commit 63bbd0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/targets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
sudo apt-get install libzmq3-dev
- name: Cache packages
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ env.RENV_PATHS_ROOT }}
key: ${{ runner.os }}-renv-${{ hashFiles('**/renv.lock') }}
Expand Down

0 comments on commit 63bbd0a

Please sign in to comment.