From 4bb9cb6f81bee65b8ab9445aea46a334a3dd06e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 08:21:06 +0000 Subject: [PATCH] build(deps): bump expo/expo-github-action from 7.0.3 to 7.1.1 Bumps [expo/expo-github-action](https://github.com/expo/expo-github-action) from 7.0.3 to 7.1.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.1.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 34d3ab86..8617bdf2 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.1.1 with: expo-version: 4.x expo-cache: true diff --git a/.github/workflows/prtest.yml b/.github/workflows/prtest.yml index 20f5d170..f1cba383 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.1.1 with: expo-version: latest eas-version: latest diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index edbf14df..b3a31771 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.1.1 with: expo-version: 4.x token: ${{ secrets.EXPO_TOKEN }}