diff --git a/.github/workflows/react-doctor.yml b/.github/workflows/react-doctor.yml index 097eb88..7c658d6 100644 --- a/.github/workflows/react-doctor.yml +++ b/.github/workflows/react-doctor.yml @@ -24,4 +24,4 @@ jobs: with: fetch-depth: 0 persist-credentials: false - - uses: millionco/react-doctor@0b4f4f4bd248a154e64eb508a48347f71154b3f3 + - uses: millionco/react-doctor@938008119a288f2fb47c66a69cd9279a21f31784 diff --git a/.github/workflows/site-deploy.yml b/.github/workflows/site-deploy.yml index c5de830..08c2b17 100644 --- a/.github/workflows/site-deploy.yml +++ b/.github/workflows/site-deploy.yml @@ -18,7 +18,7 @@ jobs: persist-credentials: false - name: setup node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 20 @@ -32,7 +32,7 @@ jobs: run: npm run build - name: Deploy to GitHub Pages - uses: peaceiris/actions-gh-pages@329bcc8f12caed2cefe5a5b80781499a6f3b361b + uses: peaceiris/actions-gh-pages@84c30a85c19949d7eee79c4ff27748b70285e453 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./docs-dist