Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
bf5115160a chore(deps): Pin dependencies 2026-04-12 20:08:50 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -221,7 +221,7 @@ jobs:
xcode-version: "26.2" xcode-version: "26.2"
- name: 🏗️ Setup EAS - name: 🏗️ Setup EAS
uses: expo/expo-github-action@main uses: expo/expo-github-action@b184ff86a3c926240f1b6db41764c83a01c02eef # main
with: with:
eas-version: latest eas-version: latest
token: ${{ secrets.EXPO_TOKEN }} token: ${{ secrets.EXPO_TOKEN }}

View File

@@ -28,7 +28,7 @@ jobs:
- name: 🔍 Extract minor version from app.json - name: 🔍 Extract minor version from app.json
id: minor id: minor
uses: actions/github-script@main uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # main
with: with:
result-encoding: string result-encoding: string
script: | script: |