File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed
tests/data/test_package_generation/.github/workflows
{{cookiecutter.project_slug}}/.github/workflows Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 15
15
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
16
16
17
17
- name : Cache pre-commit
18
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
18
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
39
39
40
40
- name : Cache pre-commit
41
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
41
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
28
28
29
29
- name : Cache tox
30
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
30
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
15
15
16
16
- name : Cache tox
17
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
17
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
15
15
16
16
- name : Cache pre-commit
17
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
17
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # 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 23
23
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
24
24
25
25
- name : Cache tox
26
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
26
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
27
27
with :
28
28
path : .tox
29
29
key : tox-${{hashFiles('pyproject.toml') }}
Original file line number Diff line number Diff line change 14
14
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
15
15
16
16
- name : Cache tox
17
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
17
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
15
15
16
16
- name : Cache pre-commit
17
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
17
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
27
27
28
28
- name : Cache tox
29
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
29
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # 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