From 6ca9319836052fa4ab39afc764eb18330687f9d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 14:09:14 +0000 Subject: [PATCH] chore(deps): bump expo/expo-github-action from 7 to 8 Bumps [expo/expo-github-action](https://github.com/expo/expo-github-action) from 7 to 8. - [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/v7...v8) --- 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/preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 05ad693..8323c1d 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -28,7 +28,7 @@ jobs: run: expo publish --release-channel=pr-${{ github.event.number }} - name: 💬 Comment preview - uses: expo/expo-github-action/preview-comment@v7 + uses: expo/expo-github-action/preview-comment@v8 with: project: apps/base-app channel: pr-${{ github.event.number }}