From 889935a75087c1e65c27c187af9ff04ae4140992 Mon Sep 17 00:00:00 2001 From: TimeToBuildBob Date: Mon, 29 Jun 2026 22:13:45 +0000 Subject: [PATCH] ci: upgrade deprecated GitHub Actions to Node.js 24-compatible versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - checkout@v2/v3 → v4 (all jobs) - cache@v3 → v4 (build-rust, build-apk, test-e2e) - cache/restore@v3 → v4 (build-apk, test, test-e2e) - setup-java@v1 → v4 + distribution: temurin (build-apk, test, test-e2e) - android-actions/setup-android@v2 → v3 (all jobs) - Wandalen/wretry.action@master → v3.8.0_js_action (pinned) - dtolnay/rust-toolchain@stable → @1.79.0 (pin for time crate compat) - Remove unused NODE_VERSION env var --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 389a2bbe..e1fb22ca 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -132,7 +132,7 @@ jobs: # "Google Api Error: Invalid request - This Edit has been deleted." - name: Update versionCode if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository - uses: Wandalen/wretry.action@v3 + uses: Wandalen/wretry.action@v3.8.0_js_action with: command: bundle exec fastlane update_version attempt_limit: 3