Skip to content

Commit 6628b62

Browse files
committed
v2
1 parent d051adc commit 6628b62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/pipeline.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ jobs:
109109
uses: actions/cache@v1
110110
with:
111111
path: ${{ steps.esy_cache_path.outputs.path }}
112-
key: v1-esy-${{ matrix.os }}-${{ hashFiles('**/index.json') }}
112+
key: v2-esy-${{ matrix.os }}-${{ hashFiles('**/index.json') }}
113113
restore-keys: |
114-
v1-esy-${{ matrix.os }}-
114+
v2-esy-${{ matrix.os }}-
115115
116116
- name: install
117117
run: |

0 commit comments

Comments
 (0)