Skip to content

Commit

Permalink
Merge pull request #13 from ether/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…ache-4

Bump actions/cache from 2 to 4
  • Loading branch information
Gared authored Nov 11, 2024
2 parents 6219d51 + 93b15e0 commit b96194e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Cache node_modules
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down

0 comments on commit b96194e

Please sign in to comment.