From d4e85431b015edb9e84526f1a6d52e67875a95a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 21:03:05 +0000 Subject: [PATCH] build(deps): bump expo/expo-github-action from 7.0.3 to 7.2.1 Bumps [expo/expo-github-action](https://github.com/expo/expo-github-action) from 7.0.3 to 7.2.1. - [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...7.2.1) --- updated-dependencies: - dependency-name: expo/expo-github-action dependency-type: direct:production update-type: version-update:semver-minor ... 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..9be3e17a 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@7.2.1 with: expo-version: 4.x expo-cache: true diff --git a/.github/workflows/prtest.yml b/.github/workflows/prtest.yml index 20f5d170..85e25979 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@7.2.1 with: expo-version: latest eas-version: latest diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index edbf14df..cc517e7f 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@7.2.1 with: expo-version: 4.x token: ${{ secrets.EXPO_TOKEN }}