Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
fix: cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
niloofar-deriv committed Oct 6, 2023
1 parent d8e55b8 commit 1d89c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/invalidate_master_cache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ runs:
uses: actions/cache/save@v3
with:
path: ./node_modules
key: ${{ runner.os }}-build-master-cache-${{ hashFiles('./package-lock.json') }}
key: v1-deps-{{ checksum "package-lock.json" }}

0 comments on commit 1d89c2a

Please sign in to comment.