From 2ec2fa7703ee786656a9c1574221950a3052213f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 21:59:32 +0000 Subject: [PATCH] build(deps): bump expo/expo-github-action from 7.0.3 to 8.0.0 Bumps [expo/expo-github-action](https://github.com/expo/expo-github-action) from 7.0.3 to 8.0.0. - [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/7.0.3...8.0.0) --- updated-dependencies: - dependency-name: expo/expo-github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-release.yml | 2 +- .github/workflows/prtest.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index c461e100..2b6944f9 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -19,7 +19,7 @@ jobs: with: node-version: ${{ matrix.node }} cache: yarn - - uses: expo/expo-github-action@7.0.3 + - uses: expo/expo-github-action@8.0.0 with: expo-version: 4.x expo-cache: true diff --git a/.github/workflows/prtest.yml b/.github/workflows/prtest.yml index 20f5d170..44a0d5ed 100644 --- a/.github/workflows/prtest.yml +++ b/.github/workflows/prtest.yml @@ -38,7 +38,7 @@ jobs: with: node-version: 16 cache: "yarn" - - uses: expo/expo-github-action@7.0.3 + - uses: expo/expo-github-action@8.0.0 with: expo-version: latest eas-version: latest diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index edbf14df..d30abba6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: with: node-version: 14.x cache: yarn - - uses: expo/expo-github-action@7.0.3 + - uses: expo/expo-github-action@8.0.0 with: expo-version: 4.x token: ${{ secrets.EXPO_TOKEN }}