Skip to content

Commit

Permalink
chore: upgrade whatchanged in Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy authored Dec 30, 2020
1 parent 2bee09d commit 70826aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- uses: axetroy/setup-whatchanged@v1
with:
version: v0.2.2
version: v0.3.2

- name: Generate changelog
run: |
Expand Down Expand Up @@ -89,4 +89,4 @@ jobs:
uses: JS-DevTools/npm-publish@v1
with:
package: ./npm/package.json
token: ${{ secrets.NPM_TOKEN }}
token: ${{ secrets.NPM_TOKEN }}

0 comments on commit 70826aa

Please sign in to comment.