File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
{{cookiecutter.project_slug}}/.github/workflows Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 15
15
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
16
16
17
17
- name : Cache pre-commit
18
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
18
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
19
19
with :
20
20
path : ~/.cache/pre-commit
21
21
key : pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
38
38
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
39
39
40
40
- name : Cache pre-commit
41
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
41
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
42
42
with :
43
43
path : ~/.cache/pre-commit
44
44
key : pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
Original file line number Diff line number Diff line change 27
27
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
28
28
29
29
- name : Cache tox
30
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
30
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
31
31
with :
32
32
path : .tox
33
33
key : test-${{ hashFiles('pyproject.toml') }}
Original file line number Diff line number Diff line change 14
14
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
15
15
16
16
- name : Cache tox
17
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
17
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
18
18
with :
19
19
path : .tox
20
20
key : tox-${{ '{{' }} hashFiles('pyproject.toml') {{ '}}' }}
Original file line number Diff line number Diff line change 14
14
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
15
15
16
16
- name : Cache pre-commit
17
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
17
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
18
18
with :
19
19
path : ~/.cache/pre-commit
20
20
key : pre-commit-${{ '{{' }} hashFiles('.pre-commit-config.yaml') {{ '}}' }}
Original file line number Diff line number Diff line change 26
26
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
27
27
28
28
- name : Cache tox
29
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
29
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
30
30
with :
31
31
path : .tox
32
32
key : tox-${{ '{{' }}hashFiles('pyproject.toml') {{ '}}' }}
You can’t perform that action at this time.
0 commit comments