Skip to content

Commit

Permalink
chore(ci): upgrade pnpm/action-setup to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
charlypoly committed Jul 5, 2024
1 parent 836e535 commit 2e34d1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/[email protected]

- name: Install dependencies
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
run_install: true

Expand All @@ -47,4 +47,4 @@ jobs:
crawler-name: ${{ secrets.CRAWLER_NAME }}
algolia-app-id: ${{ secrets.ALGOLIA_APP_ID }}
algolia-api-key: ${{ secrets.ALGOLIA_API_KEY }}
site-url: 'https://www.inngest.com/docs'
site-url: "https://www.inngest.com/docs"

0 comments on commit 2e34d1d

Please sign in to comment.