Skip to content

Commit

Permalink
chore: improve check versions action
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 authored and Trancever committed Jun 21, 2020
1 parent 256e282 commit 4bc030b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@ jobs:
check-versions:
runs-on: ubuntu-latest
steps:
- name: check-out-repository
uses: actions/checkout@v2

- uses: react-navigation/check-versions-action@master
- uses: react-navigation/check-versions-action@v1.0.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
packages: |
required-packages: |
react-native
react-native-paper
react-native-vector-icons
optional-packages: |
expo
npm
yarn
yarn

0 comments on commit 4bc030b

Please sign in to comment.