Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #187 from data-provider/renovate/actions-cache-3.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/cache action to v3
  • Loading branch information
javierbrea authored Oct 28, 2023
2 parents 8bdcb9a + c4ef2a8 commit ba9d53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
node-version: "16.13.1"
- name: Cache node modules
uses: actions/cache@v2
uses: actions/cache@v3
env:
cache-name: cache-node-modules
with:
Expand Down

0 comments on commit ba9d53a

Please sign in to comment.