diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9881afe4..d6d2a9ff 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,7 +3,7 @@ on: push: branches: - master - - fix/action + - ci/action jobs: build: @@ -11,9 +11,9 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 20 cache: 'yarn' @@ -23,7 +23,7 @@ jobs: run: yarn release - name: Deploy to GitHub Pages if: success() - uses: crazy-max/ghaction-github-pages@v3 + uses: crazy-max/ghaction-github-pages@v4 with: target_branch: gh-pages build_dir: dist/docs/browser