Skip to content

Commit

Permalink
chore(deps): update expo/expo-github-action action to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 25, 2022
1 parent 662f90e commit c237d3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/eas-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: 10.x

- name: Setup Expo
uses: expo/expo-github-action@v5
uses: expo/expo-github-action@v7
with:
expo-version: 3.x
expo-token: ${{ secrets.EXPO_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/eas-submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: 10.x

- name: Setup Expo
uses: expo/expo-github-action@v5
uses: expo/expo-github-action@v7
with:
expo-version: 3.x
expo-token: ${{ secrets.EXPO_TOKEN }}
Expand Down

0 comments on commit c237d3c

Please sign in to comment.