diff --git a/.github/workflows/test-android.yml b/.github/workflows/test-android.yml index ed36e96..f53bea8 100644 --- a/.github/workflows/test-android.yml +++ b/.github/workflows/test-android.yml @@ -165,7 +165,7 @@ jobs: - name: Cache nodejs-mobile android binaries id: cache-libnode - uses: actions/cache@v5 + uses: actions/cache@v5.0.5 with: path: .nodejs-mobile-bare-prebuilds/test-harness/android/app/libnode key: libnode-android-${{ inputs.nodejs_mobile_version }} @@ -211,7 +211,7 @@ jobs: run: gradle -PabiFilter=${ABI} :app:assembleDebug --no-daemon - name: Cache AVD - uses: actions/cache@v5 + uses: actions/cache@v5.0.5 id: avd-cache with: path: | diff --git a/.github/workflows/test-ios.yml b/.github/workflows/test-ios.yml index c816678..0b9e975 100644 --- a/.github/workflows/test-ios.yml +++ b/.github/workflows/test-ios.yml @@ -115,7 +115,7 @@ jobs: - name: Cache NodeMobile xcframework id: cache-nodemobile - uses: actions/cache@v5 + uses: actions/cache@v5.0.5 with: path: .nodejs-mobile-bare-prebuilds/test-harness/ios/NodeMobile key: nodemobile-${{ inputs.nodejs_mobile_version }}