Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
chore(deps): update shared components packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 28, 2023
1 parent 2984a29 commit 8bf6a0d
Show file tree
Hide file tree
Showing 7 changed files with 38,226 additions and 29,903 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@b6bca70dcd3e56e896605356ce09b76f7e1e0d39 #v5
- uses: amannn/action-semantic-pull-request@c3cd5d1ea3580753008872425915e343e351ab54 # v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
needs: build
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.6.0

- uses: ./.github/actions/cache-restore
id: cache-node-modules
Expand All @@ -45,7 +45,7 @@ jobs:
npm run build-storybook -- --quiet --loglevel silent
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@13046b614c663b56cba4dda3f30b9736a748b80d #v4.4.0
uses: JamesIves/github-pages-deploy-action@65b5dfd4f5bcd3a7403bbc2959c144256167464e # v4.5.0
with:
branch: gh-pages # The branch the action should deploy to.
folder: storybook-static # The folder the action should deploy.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Run the test suite
run: npm run test -- --coverage
- name: Generate coverage report
uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 #v3
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3

# test-storybook:
# needs: setup
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
node-version: 16.19.0

#👇 Adds Chromatic as a step in the workflow
- uses: chromaui/action@d5ecbf7522dc237c97ef746e40e9100e653bd0bf #v1
- uses: chromaui/action@80bf5911f28005ed208f15b7268843b79ca0e23a # v1
id: chromatic
# Options required for Chromatic's GitHub Action
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/storybook-to-pages.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@v3.0.2
uses: actions/checkout@v3.6.0

- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
run: |
Expand All @@ -17,7 +17,7 @@ jobs:
npm run build-storybook
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@13046b614c663b56cba4dda3f30b9736a748b80d #v4.4.0
uses: JamesIves/github-pages-deploy-action@65b5dfd4f5bcd3a7403bbc2959c144256167464e # v4.5.0
with:
branch: gh-pages # The branch the action should deploy to.
folder: storybook-static # The folder the action should deploy.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.19.0
16.20.2
Loading

0 comments on commit 8bf6a0d

Please sign in to comment.