Skip to content

Commit

Permalink
Update dependencies (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospassos committed Sep 9, 2024
1 parent f8d7a20 commit bf811ea
Show file tree
Hide file tree
Showing 5 changed files with 2,846 additions and 2,446 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branch-validations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
if: steps.cache-dependencies.outputs.cache-hit != 'true'
run: npm ci

- uses: paambaati/codeclimate-action@v6.0.0
- uses: paambaati/codeclimate-action@v8.0.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-storybook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Deploy GitHub Pages
if: ${{ !github.event.release.prerelease }}
uses: JamesIves/[email protected].0
uses: JamesIves/[email protected].1
with:
branch: gh-pages
folder: storybook-static
Expand Down
Loading

0 comments on commit bf811ea

Please sign in to comment.