Skip to content

Commit

Permalink
chore: update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gongph committed Nov 24, 2024
1 parent 79fc5cb commit 7015d19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
uses: actions/checkout@4
- name: Set up Node.js
uses: actions/setup-node@master
uses: actions/setup-node@4
with:
node-version: 22.9.0
- name: Install pnpm
Expand Down

0 comments on commit 7015d19

Please sign in to comment.