From b211b2356c43cf6ae88e19b7ca4f5ca5bb892c05 Mon Sep 17 00:00:00 2001 From: Gauvain Date: Sun, 5 Jul 2026 15:10:34 +0200 Subject: [PATCH] ci: restore main branch comments on expo-github-action pins --- .github/workflows/build-apps.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-apps.yml b/.github/workflows/build-apps.yml index 0336c9c5..d1d7dea3 100644 --- a/.github/workflows/build-apps.yml +++ b/.github/workflows/build-apps.yml @@ -255,7 +255,7 @@ jobs: xcode-version: "26.5" - name: 🏗️ Setup EAS - uses: expo/expo-github-action@eab7a230208c952974db8c3245cfd78402c7b385 # v9.0.0 + uses: expo/expo-github-action@eab7a230208c952974db8c3245cfd78402c7b385 # main with: eas-version: latest token: ${{ secrets.EXPO_TOKEN }} @@ -396,7 +396,7 @@ jobs: xcode-version: "26.5" - name: 🏗️ Setup EAS - uses: expo/expo-github-action@eab7a230208c952974db8c3245cfd78402c7b385 # v9.0.0 + uses: expo/expo-github-action@eab7a230208c952974db8c3245cfd78402c7b385 # main with: eas-version: latest token: ${{ secrets.EXPO_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 641239f6..9860d6f5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -80,7 +80,7 @@ jobs: bun-version: "1.3.14" - name: 🏗️ Setup EAS - uses: expo/expo-github-action@eab7a230208c952974db8c3245cfd78402c7b385 # v9.0.0 + uses: expo/expo-github-action@eab7a230208c952974db8c3245cfd78402c7b385 # main with: eas-version: latest token: ${{ secrets.EXPO_TOKEN }}