File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3232 run : yarn install
3333
3434 - name : Publish to Chromatic
35- uses : chromaui/action@v1
35+ uses : chromaui/action@latest
3636 with :
3737 projectToken : ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ jobs:
2525 run : yarn install
2626
2727 - name : Initialize mandatory git config
28- uses : fregante/setup-git-user@v1
28+ uses : fregante/setup-git-user@v2
2929
3030 # Build assets
3131 - run : yarn build
3232 - run : npm pack
3333 - name : Extract Package Version
3434 id : extract_version
35- uses : Saionaro/extract-package-version@v1.1 .1
35+ uses : Saionaro/extract-package-version@v1.2 .1
3636
3737 - name : Create Release
3838 id : create_release
Original file line number Diff line number Diff line change 3232 run : git checkout -b hotfix/${{ github.event.inputs.version }}
3333
3434 - name : Initialize mandatory git config
35- uses : fregante/setup-git-user@v1
35+ uses : fregante/setup-git-user@v2
3636
3737 - name : Bump version in package.json
3838 run : yarn version --new-version ${{ github.event.inputs.version }} --no-git-tag-version
Original file line number Diff line number Diff line change 3232 run : git checkout -b release/${{ github.event.inputs.version }}
3333
3434 - name : Initialize mandatory git config
35- uses : fregante/setup-git-user@v1
35+ uses : fregante/setup-git-user@v2
3636
3737 - name : Bump version in package.json
3838 run : yarn version ${{ github.event.inputs.version }}
You can’t perform that action at this time.
0 commit comments