File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9898 # ====================== CONTRACTS v2 ====================== #
9999 - name : Cache contracts v2
100100 id : cache-contracts_v2
101- uses : actions/cache@v3
101+ uses : actions/cache@v4
102102 with :
103103 path : starknet_py/tests/e2e/mock/contracts_v2/target
104104 key : ${{ runner.os }}-contracts-${{ hashFiles('starknet_py/tests/e2e/mock/contracts_v2') }}
@@ -112,7 +112,7 @@ jobs:
112112
113113 - name : Cache contracts v1
114114 id : cache-contracts_v1
115- uses : actions/cache@v3
115+ uses : actions/cache@v4
116116 with :
117117 path : starknet_py/tests/e2e/mock/contracts_v1/target
118118 key : ${{ runner.os }}-contracts-${{ hashFiles('starknet_py/tests/e2e/mock/contracts_v1') }}
@@ -126,7 +126,7 @@ jobs:
126126
127127 - name : Cache contracts v0
128128 id : cache-contracts
129- uses : actions/cache@v3
129+ uses : actions/cache@v4
130130 with :
131131 path : starknet_py/tests/e2e/mock/contracts_compiled
132132 key : ${{ runner.os }}-contracts-${{ hashFiles('starknet_py/tests/e2e/mock/contracts', 'poetry.lock') }}-${{ env.CAIRO_LANG_VERSION }}
You can’t perform that action at this time.
0 commit comments