Skip to content

Commit

Permalink
fix: Use devbox.lock file for cache key rather than devbox.json (#12)
Browse files Browse the repository at this point in the history
Fixes #11
  • Loading branch information
jimmidyson authored Aug 23, 2023
1 parent 1be8e96 commit a739e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ runs:
/nix/store
/nix/var/nix
~/.local/state/nix
key: ${{ runner.os }}-devbox-${{ hashFiles(format('{0}/devbox.json', inputs.project-path)) }}
key: ${{ runner.os }}-devbox-${{ hashFiles(format('{0}/devbox.lock', inputs.project-path)) }}

- name: Get devbox version
shell: bash
Expand Down

0 comments on commit a739e51

Please sign in to comment.