Skip to content

Commit

Permalink
chore(deps): bump expo/expo-github-action from 7 to 8 (#1007)
Browse files Browse the repository at this point in the history
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](expo/expo-github-action@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 21, 2023
1 parent 8439b22 commit e616067
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/expo-eas-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- uses: expo/expo-github-action@v7
- uses: expo/expo-github-action@v8
with:
expo-cache: true
expo-version: latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/expo-eas-clean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
if: github.event.pull_request.user.login != 'dependabot[bot]'
steps:
- uses: actions/checkout@v3
- uses: expo/expo-github-action@v7
- uses: expo/expo-github-action@v8
with:
eas-version: latest
token: ${{ secrets.EXPO_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/expo-eas-submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- uses: expo/expo-github-action@v7
- uses: expo/expo-github-action@v8
with:
expo-cache: true
expo-version: latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/expo-eas-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- uses: expo/expo-github-action@v7
- uses: expo/expo-github-action@v8
with:
expo-cache: true
expo-version: latest
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
return `Preview available at ${previewLink} <br/> <br/> Or scan QR Codes... <br/> <br/> ${qrCodesSections.join('<br/><br/>')}}`
- name: Comment preview link
if: github.event_name == 'pull_request'
uses: expo/expo-github-action/preview-comment@v7
uses: expo/expo-github-action/preview-comment@v8
with:
channel: pr-${{ github.event.number }}
message: ${{ steps.build-comment.outputs.result }}

0 comments on commit e616067

Please sign in to comment.