Skip to content

Commit

Permalink
update used actions in preview workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LyonSyonII committed Jun 16, 2024
1 parent b0ef9ff commit 4933c4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
permissions:
pull-requests: write # allow surge-preview to create/update PR comments
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 8
- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: latest
cache: 'pnpm'
Expand Down

0 comments on commit 4933c4f

Please sign in to comment.