Skip to content

Commit 8ba03da

Browse files
committed
more GH action updates
1 parent 086a9e8 commit 8ba03da

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/chromatic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
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 }}

.github/workflows/create-new-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/prepare-hotfix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
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

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)