From 5c7d314248424f9f3f1e1d55eedf50ed2feb06dd Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Tue, 24 Jun 2025 11:01:21 +0300 Subject: [PATCH] rm cache dep path --- .github/workflows/build-submit-android.yml | 1 - .github/workflows/build-submit-ios.yml | 1 - .github/workflows/bundle-deploy-eas-update.yml | 3 --- .github/workflows/lint.yml | 1 - .github/workflows/nightly-update-source-languages.yaml | 1 - .github/workflows/pull-request-commit.yml | 2 -- .github/workflows/verify-yarn-lock.yml | 1 - 7 files changed, 10 deletions(-) diff --git a/.github/workflows/build-submit-android.yml b/.github/workflows/build-submit-android.yml index 6c968dd06d..ac8900e665 100644 --- a/.github/workflows/build-submit-android.yml +++ b/.github/workflows/build-submit-android.yml @@ -37,7 +37,6 @@ jobs: with: node-version-file: .nvmrc cache: yarn - cache-dependency-path: yarn.lock - name: 🪛 Setup jq uses: dcarbone/install-jq-action@v2 diff --git a/.github/workflows/build-submit-ios.yml b/.github/workflows/build-submit-ios.yml index 7c12b1607a..2ebbd66ec9 100644 --- a/.github/workflows/build-submit-ios.yml +++ b/.github/workflows/build-submit-ios.yml @@ -37,7 +37,6 @@ jobs: with: node-version-file: .nvmrc cache: yarn - cache-dependency-path: yarn.lock - name: 🪛 Setup jq uses: dcarbone/install-jq-action@v2 diff --git a/.github/workflows/bundle-deploy-eas-update.yml b/.github/workflows/bundle-deploy-eas-update.yml index b99d14d1ae..ee59cad977 100644 --- a/.github/workflows/bundle-deploy-eas-update.yml +++ b/.github/workflows/bundle-deploy-eas-update.yml @@ -61,7 +61,6 @@ jobs: with: node-version-file: .nvmrc cache: yarn - cache-dependency-path: yarn.lock - name: 📷 Check fingerprint and install dependencies id: fingerprint @@ -182,7 +181,6 @@ jobs: with: node-version-file: .nvmrc cache: yarn - cache-dependency-path: yarn.lock - name: 🔨 Setup EAS uses: expo/expo-github-action@main @@ -289,7 +287,6 @@ jobs: with: node-version-file: .nvmrc cache: yarn - cache-dependency-path: yarn.lock - name: 🔨 Setup EAS uses: expo/expo-github-action@main diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1721f4d805..6d6ee7eddd 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -21,7 +21,6 @@ jobs: with: node-version-file: .nvmrc cache: yarn - cache-dependency-path: yarn.lock - name: Yarn install uses: Wandalen/wretry.action@master with: diff --git a/.github/workflows/nightly-update-source-languages.yaml b/.github/workflows/nightly-update-source-languages.yaml index ea3073efd9..42112c24c4 100644 --- a/.github/workflows/nightly-update-source-languages.yaml +++ b/.github/workflows/nightly-update-source-languages.yaml @@ -24,7 +24,6 @@ jobs: with: node-version-file: .nvmrc cache: yarn - cache-dependency-path: yarn.lock - name: Yarn install uses: Wandalen/wretry.action@master with: diff --git a/.github/workflows/pull-request-commit.yml b/.github/workflows/pull-request-commit.yml index fd28a25a17..cc2dbe78bd 100644 --- a/.github/workflows/pull-request-commit.yml +++ b/.github/workflows/pull-request-commit.yml @@ -33,7 +33,6 @@ jobs: with: node-version-file: .nvmrc cache: yarn - cache-dependency-path: yarn.lock - name: Ensure tracking relevant branches and checkout base env: @@ -122,7 +121,6 @@ jobs: with: node-version-file: .nvmrc cache: yarn - cache-dependency-path: yarn.lock - name: 📷 Check fingerprint and install dependencies id: fingerprint diff --git a/.github/workflows/verify-yarn-lock.yml b/.github/workflows/verify-yarn-lock.yml index 77510d56c7..d465cf2e62 100644 --- a/.github/workflows/verify-yarn-lock.yml +++ b/.github/workflows/verify-yarn-lock.yml @@ -26,7 +26,6 @@ jobs: with: node-version-file: .nvmrc cache: yarn - cache-dependency-path: yarn.lock - name: Reset yarn.lock to base env: