Skip to content

Commit a8cf1a0

Browse files
committed
More careful with what to hash
1 parent 9c7378c commit a8cf1a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reuse/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ runs:
4747
id: cache-venv
4848
with:
4949
path: reuse-tool-venv
50-
key: setup-venv-${{ runner.os }}-py-${{ steps.setup-python.outputs.python-version }}-${{ steps.setup-python.outputs.python-path }}-reuse-${{ inputs.branch }}-${{ hashFiles('reuse-tool') }}
50+
key: setup-venv-${{ runner.os }}-py-${{ steps.setup-python.outputs.python-version }}-${{ steps.setup-python.outputs.python-path }}-reuse-${{ inputs.branch }}-${{ hashFiles('reuse-tool/pyproject.toml', 'reuse-tool/src/**/*.py') }}
5151

5252
- name: Create reuse-tool Environment
5353
run: python -m venv reuse-tool-venv

0 commit comments

Comments
 (0)