diff --git a/.github/workflows/ios-actions.yml b/.github/workflows/ios-actions.yml index e367ebbd3..5cf528c8e 100644 --- a/.github/workflows/ios-actions.yml +++ b/.github/workflows/ios-actions.yml @@ -76,7 +76,7 @@ jobs: node-version: ${{ inputs.NVMRC }} - name: Cache node_modules - uses: actions/cache@v3 + uses: actions/cache@v4 id: yarn-cache with: path: node_modules @@ -90,7 +90,7 @@ jobs: working-directory: example - name: Cache Pods - uses: actions/cache@v3 + uses: actions/cache@v4 id: pods-cache with: path: ios/Pods