Skip to content

Commit 2869338

Browse files
Update cache actions from v3 to v4 (#1442)
1 parent 69d2a9a commit 2869338

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)