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 1515 uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1616
1717 - name : Cache pre-commit
18- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
18+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
1919 with :
2020 path : ~/.cache/pre-commit
2121 key : pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
3838 uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
3939
4040 - name : Cache pre-commit
41- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
41+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
4242 with :
4343 path : ~/.cache/pre-commit
4444 key : pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
Original file line number Diff line number Diff line change 3333 uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
3434
3535 - name : Cache tox
36- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
36+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
3737 with :
3838 path : .tox
3939 key : test-${{ hashFiles('pyproject.toml') }}
Original file line number Diff line number Diff line change 1414 uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1515
1616 - name : Cache tox
17- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
17+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
1818 with :
1919 path : .tox
2020 key : tox-${{ hashFiles('pyproject.toml') }}
Original file line number Diff line number Diff line change 1414 uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1515
1616 - name : Cache pre-commit
17- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
17+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
1818 with :
1919 path : ~/.cache/pre-commit
2020 key : pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
Original file line number Diff line number Diff line change 2424 uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2525
2626 - name : Cache tox
27- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
27+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
2828 with :
2929 path : .tox
3030 key : tox-${{hashFiles('pyproject.toml') }}
Original file line number Diff line number Diff line change 1414 uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1515
1616 - name : Cache tox
17- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
17+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
1818 with :
1919 path : .tox
2020 key : tox-${{ '{{' }} hashFiles('pyproject.toml') {{ '}}' }}
Original file line number Diff line number Diff line change 1414 uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1515
1616 - name : Cache pre-commit
17- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
17+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
1818 with :
1919 path : ~/.cache/pre-commit
2020 key : pre-commit-${{ '{{' }} hashFiles('.pre-commit-config.yaml') {{ '}}' }}
Original file line number Diff line number Diff line change 2626 uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2727
2828 - name : Cache tox
29- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
29+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
3030 with :
3131 path : .tox
3232 key : tox-${{ '{{' }}hashFiles('pyproject.toml') {{ '}}' }}
You can’t perform that action at this time.
0 commit comments