Skip to content

Commit a739e51

Browse files
authored
fix: Use devbox.lock file for cache key rather than devbox.json (#12)
Fixes #11
1 parent 1be8e96 commit a739e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ runs:
4141
/nix/store
4242
/nix/var/nix
4343
~/.local/state/nix
44-
key: ${{ runner.os }}-devbox-${{ hashFiles(format('{0}/devbox.json', inputs.project-path)) }}
44+
key: ${{ runner.os }}-devbox-${{ hashFiles(format('{0}/devbox.lock', inputs.project-path)) }}
4545

4646
- name: Get devbox version
4747
shell: bash

0 commit comments

Comments
 (0)