Skip to content

Commit 76b7111

Browse files
Upgrade actions/cache to v4 (#130)
Signed-off-by: David Zane <[email protected]> (cherry picked from commit 93ddb97) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 991cee0 commit 76b7111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cypress-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
123123
- name: Cache Cypress
124124
id: cache-cypress
125-
uses: actions/cache@v2
125+
uses: actions/cache@v4
126126
with:
127127
path: ${{ matrix.cypress_cache_folder }}
128128
key: cypress-cache-v2-${{ matrix.os }}-${{ hashFiles('OpenSearch-Dashboards/plugins/query-insights-dashboards/package.json') }}

0 commit comments

Comments
 (0)