Skip to content

Commit

Permalink
chore(deps): update amondnet/vercel-action action to v25.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 9, 2023
1 parent ca060c4 commit 34715f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vercel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: |
pnpm build
- uses: amondnet/[email protected].0
- uses: amondnet/[email protected].1
if: github.event_name != 'push' || github.ref != 'refs/heads/master'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -63,7 +63,7 @@ jobs:
vercel-org-id: ${{ secrets.ORG_ID}}
vercel-project-id: ${{ secrets.PROJECT_ID}}

- uses: amondnet/[email protected].0
- uses: amondnet/[email protected].1
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 34715f8

Please sign in to comment.