From 3f1af43db88472700fbed6843e1a51c7ac5a3a5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 06:54:19 +0000 Subject: [PATCH] chore(deps): bump expo/expo-github-action from 8 to 9 Bumps [expo/expo-github-action](https://github.com/expo/expo-github-action) from 8 to 9. - [Release notes](https://github.com/expo/expo-github-action/releases) - [Changelog](https://github.com/expo/expo-github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/expo/expo-github-action/compare/v8...v9) --- updated-dependencies: - dependency-name: expo/expo-github-action dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/mobile-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mobile-deploy.yml b/.github/workflows/mobile-deploy.yml index 8948246b..5d7a8528 100644 --- a/.github/workflows/mobile-deploy.yml +++ b/.github/workflows/mobile-deploy.yml @@ -26,7 +26,7 @@ jobs: cache-dependency-path: apps/mobile/package-lock.json - name: Setup Expo - uses: expo/expo-github-action@v8 + uses: expo/expo-github-action@v9 with: expo-version: latest token: ${{ secrets.EXPO_TOKEN }}