File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2626 uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
2727 with :
2828 python-version : ${{ matrix.python-version }}
29- - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
29+ - uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
3030 with :
3131 path : ~/.cache/pip
3232 key : ${{ runner.os}}-pip-${{ hashFiles('**/.*-requirements.txt') }}
Original file line number Diff line number Diff line change 2727 uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
2828 with :
2929 python-version : ${{ matrix.python-version }}
30- - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
30+ - uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
3131 with :
3232 path : ~/.cache/pip
3333 key : ${{ runner.os}}-pip-${{ hashFiles('**/.*-requirements.txt') }}
Original file line number Diff line number Diff line change 2828 with :
2929 node-version : 18
3030
31- - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
31+ - uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
3232 with :
3333 path : ~/.cache/pip
3434 key : snyk-pip-${{ hashFiles('**/.*-requirements.txt') }}
Original file line number Diff line number Diff line change 2828 with :
2929 node-version : 18
3030
31- - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
31+ - uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
3232 with :
3333 path : ~/.cache/pip
3434 key : snyk-pip-${{ hashFiles('**/.*-requirements.txt') }}
Original file line number Diff line number Diff line change @@ -90,21 +90,21 @@ jobs:
9090
9191 # The caches need to have the python version included since the
9292 # "misc/.coverage-requirements.txt" does not have version-pinning.
93- - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
93+ - uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
9494 if : startsWith(matrix.os, 'ubuntu-latest')
9595 with :
9696 path : ~/.cache/pip
9797 key : ${{ matrix.os }}-pip-${{ matrix.python-version }}-${{ hashFiles('**/.*-requirements.txt') }}
9898 restore-keys : |
9999 ${{ matrix.os }}-pip-${{ matrix.python-version }}-
100- - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
100+ - uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
101101 if : startsWith(matrix.os, 'macos-latest')
102102 with :
103103 path : ~/Library/Caches/pip
104104 key : ${{ matrix.os }}-pip-${{ matrix.python-version }}-${{ hashFiles('**/.*-requirements.txt') }}
105105 restore-keys : |
106106 ${{ matrix.os }}-pip-${{ matrix.python-version }}-
107- - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
107+ - uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
108108 if : startsWith(matrix.os, 'windows-latest')
109109 with :
110110 path : ~\AppData\Local\pip\Cache
You can’t perform that action at this time.
0 commit comments