From 1ac0644a57c009afcf8287666796f88758267de8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 12:32:51 +0200 Subject: [PATCH] chore(deps): Pin expo/expo-github-action action to b184ff8 (#1580) --- .github/workflows/build-apps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-apps.yml b/.github/workflows/build-apps.yml index 13905d42..b301b349 100644 --- a/.github/workflows/build-apps.yml +++ b/.github/workflows/build-apps.yml @@ -344,7 +344,7 @@ jobs: xcode-version: "26.2" - name: 🏗️ Setup EAS - uses: expo/expo-github-action@main + uses: expo/expo-github-action@b184ff86a3c926240f1b6db41764c83a01c02eef # main with: eas-version: latest token: ${{ secrets.EXPO_TOKEN }}