From 57246cade1f2ebf55ef786c3dfe0daa00b0bdd45 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 14:06:04 +0200 Subject: [PATCH] chore(deps): update expo/expo-github-action action to v8 (#402) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/native-build.yml | 2 +- .github/workflows/native-update.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/native-build.yml b/.github/workflows/native-build.yml index eeafafe5..ecb3f1ef 100644 --- a/.github/workflows/native-build.yml +++ b/.github/workflows/native-build.yml @@ -30,7 +30,7 @@ jobs: cache-dependency-path: front/yarn.lock - name: Setup Expo - uses: expo/expo-github-action@v7 + uses: expo/expo-github-action@v8 with: expo-version: latest eas-version: latest diff --git a/.github/workflows/native-update.yml b/.github/workflows/native-update.yml index 9eeccbed..dd889363 100644 --- a/.github/workflows/native-update.yml +++ b/.github/workflows/native-update.yml @@ -30,7 +30,7 @@ jobs: cache-dependency-path: front/yarn.lock - name: Setup Expo - uses: expo/expo-github-action@v7 + uses: expo/expo-github-action@v8 with: expo-version: latest eas-version: latest