Skip to content

Commit

Permalink
Update gh_pages.yaml
Browse files Browse the repository at this point in the history
actions/checkout@v2 -> actions/checkout@v3
actions/setup-node@v1 -> actions/setup-node@v2
  • Loading branch information
JJsupercoder authored Aug 10, 2023
1 parent 73fd6a2 commit 579590d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh_pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 16.x

Expand Down

0 comments on commit 579590d

Please sign in to comment.