Skip to content

Commit

Permalink
chore(ci): update ghaction versions (#1782)
Browse files Browse the repository at this point in the history
  • Loading branch information
droshev committed Feb 20, 2024
1 parent 663fe8b commit 4c643d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gh-pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- name: Install dependencies
run: npm install
Expand All @@ -25,7 +25,7 @@ jobs:

- name: Deploy
if: success()
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v3.9.3
with:
github_token: ${{ secrets.GHPAGE }}
publish_dir: dist/fundamental

0 comments on commit 4c643d8

Please sign in to comment.