Skip to content

Commit

Permalink
chore(deps): update amondnet/vercel-action action to v25 (#1783)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 14, 2022
1 parent f7912e0 commit bb33bd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
pnpm storybook:build
- name: deploy storybook for pull request
uses: amondnet/vercel-action@v20
uses: amondnet/vercel-action@v25.1.0
if: github.ref != 'refs/heads/main' && github.event.pull_request.head.repo.full_name == github.repository # don't run this job from a fork repository
with:
working-directory: ./packages/storybook-react/storybook-static
Expand All @@ -63,7 +63,7 @@ jobs:
pr{{PR_NUMBER}}-remirror-ocavue.vercel.app
- name: deploy storybook for production
uses: amondnet/vercel-action@v20
uses: amondnet/vercel-action@v25.1.0
if: github.ref == 'refs/heads/v1'
with:
working-directory: ./packages/storybook-react/storybook-static
Expand Down

1 comment on commit bb33bd8

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.