Skip to content

Commit bfd6ced

Browse files
authored
QueryWorkbench remove download json test (#1756)
* remove download json test Signed-off-by: Shenoy Pratik <[email protected]> * update actions cache Signed-off-by: Shenoy Pratik <[email protected]> --------- Signed-off-by: Shenoy Pratik <[email protected]>
1 parent b478866 commit bfd6ced

12 files changed

+11
-17
lines changed

.github/workflows/release-e2e-workflow-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
echo "cypress_version=$cypress_version_temp" >> $GITHUB_ENV
121121
- name: Cache Cypress
122122
id: cache-cypress
123-
uses: actions/cache@v1
123+
uses: actions/cache@v4
124124
with:
125125
path: ~/.cache/Cypress
126126
key: cypress-cache-v2-${{ runner.os }}-${{ hashFiles('**/package.json') }}

.github/workflows/release-signoff-chrome.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
echo "cypress_version=$cypress_version_temp" >> $GITHUB_ENV
7272
- name: Cache Cypress
7373
id: cache-cypress
74-
uses: actions/cache@v1
74+
uses: actions/cache@v4
7575
with:
7676
path: ~/.cache/Cypress
7777
key: cypress-cache-v2-${{ runner.os }}-${{ hashFiles('**/package.json') }}

.github/workflows/release-signoff-chromium-ad-only.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
echo "cypress_version=$cypress_version_temp" >> $GITHUB_ENV
6161
- name: Cache Cypress
6262
id: cache-cypress
63-
uses: actions/cache@v1
63+
uses: actions/cache@v4
6464
with:
6565
path: ~/.cache/Cypress
6666
key: cypress-cache-v2-${{ runner.os }}-${{ hashFiles('**/package.json') }}

.github/workflows/release-signoff-chromium-ism-only.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
echo "cypress_version=$cypress_version_temp" >> $GITHUB_ENV
6161
- name: Cache Cypress
6262
id: cache-cypress
63-
uses: actions/cache@v1
63+
uses: actions/cache@v4
6464
with:
6565
path: ~/.cache/Cypress
6666
key: cypress-cache-v2-${{ runner.os }}-${{ hashFiles('**/package.json') }}

.github/workflows/release-signoff-chromium-tests-in-memory-0.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
echo "cypress_version=$cypress_version_temp" >> $GITHUB_ENV
6161
- name: Cache Cypress
6262
id: cache-cypress
63-
uses: actions/cache@v1
63+
uses: actions/cache@v4
6464
with:
6565
path: ~/.cache/Cypress
6666
key: cypress-cache-v2-${{ runner.os }}-${{ hashFiles('**/package.json') }}

.github/workflows/release-signoff-chromium-tests-in-memory-10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
echo "cypress_version=$cypress_version_temp" >> $GITHUB_ENV
6161
- name: Cache Cypress
6262
id: cache-cypress
63-
uses: actions/cache@v1
63+
uses: actions/cache@v4
6464
with:
6565
path: ~/.cache/Cypress
6666
key: cypress-cache-v2-${{ runner.os }}-${{ hashFiles('**/package.json') }}

.github/workflows/release-signoff-chromium-tests-in-memory-20.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
echo "cypress_version=$cypress_version_temp" >> $GITHUB_ENV
6161
- name: Cache Cypress
6262
id: cache-cypress
63-
uses: actions/cache@v1
63+
uses: actions/cache@v4
6464
with:
6565
path: ~/.cache/Cypress
6666
key: cypress-cache-v2-${{ runner.os }}-${{ hashFiles('**/package.json') }}

.github/workflows/release-signoff-chromium-tests-in-memory-5.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
echo "cypress_version=$cypress_version_temp" >> $GITHUB_ENV
6161
- name: Cache Cypress
6262
id: cache-cypress
63-
uses: actions/cache@v1
63+
uses: actions/cache@v4
6464
with:
6565
path: ~/.cache/Cypress
6666
key: cypress-cache-v2-${{ runner.os }}-${{ hashFiles('**/package.json') }}

.github/workflows/release-signoff-chromium.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
echo "cypress_version=$cypress_version_temp" >> $GITHUB_ENV
6161
- name: Cache Cypress
6262
id: cache-cypress
63-
uses: actions/cache@v1
63+
uses: actions/cache@v4
6464
with:
6565
path: ~/.cache/Cypress
6666
key: cypress-cache-v2-${{ runner.os }}-${{ hashFiles('**/package.json') }}

.github/workflows/release-signoff-electron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
echo "cypress_version=$cypress_version_temp" >> $GITHUB_ENV
6161
- name: Cache Cypress
6262
id: cache-cypress
63-
uses: actions/cache@v1
63+
uses: actions/cache@v4
6464
with:
6565
path: ~/.cache/Cypress
6666
key: cypress-cache-v2-${{ runner.os }}-${{ hashFiles('**/package.json') }}

0 commit comments

Comments
 (0)