Skip to content

Commit

Permalink
Merge pull request #1589 from Shopify/envex/chromatic-turbo
Browse files Browse the repository at this point in the history
Enable chromatic turbo and update actions
  • Loading branch information
envex authored Sep 25, 2023
2 parents 68b0b2b + 587b629 commit 6ad17ce
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
continue-on-error: true
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
uses: actions/checkout@v4
with:
persist-credentials: false
fetch-depth: 0
Expand All @@ -24,6 +24,7 @@ jobs:
# Chromatic GitHub Action options
with:
token: ${{ secrets.GITHUB_TOKEN }}
onlyChanged: true
# 👇 Chromatic projectToken, refer to the manage page to obtain it.
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
autoAcceptChanges: 'main'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v4
- uses: actions/setup-node@v3
name: Use Node.js 16.12.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/project-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
name: Assign sub-issues with parents label and project
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
repository: Shopify/analytical-standards-github-actions
ref: v1.7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/size-limit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
with:
node-version: 16
cache: yarn
- uses: andresz1/size-limit-action@v1.5.1
- uses: andresz1/size-limit-action@v1.7.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Setup Node
Expand Down

0 comments on commit 6ad17ce

Please sign in to comment.