From 155089b8ef835f2c0612b229682c20d61285491d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 13:13:51 +0000 Subject: [PATCH] chore(deps): bump the github-actions group across 1 directory with 3 updates Bumps the github-actions group with 3 updates in the / directory: [millionco/react-doctor](https://github.com/millionco/react-doctor), [actions/setup-node](https://github.com/actions/setup-node) and [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages). Updates `millionco/react-doctor` from 2.2.2 to 2.2.7 - [Release notes](https://github.com/millionco/react-doctor/releases) - [Commits](https://github.com/millionco/react-doctor/compare/0b4f4f4bd248a154e64eb508a48347f71154b3f3...938008119a288f2fb47c66a69cd9279a21f31784) Updates `actions/setup-node` from 6 to 7 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v6...v7) Updates `peaceiris/actions-gh-pages` from 329bcc8f12caed2cefe5a5b80781499a6f3b361b to 84c30a85c19949d7eee79c4ff27748b70285e453 - [Release notes](https://github.com/peaceiris/actions-gh-pages/releases) - [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md) - [Commits](https://github.com/peaceiris/actions-gh-pages/compare/329bcc8f12caed2cefe5a5b80781499a6f3b361b...84c30a85c19949d7eee79c4ff27748b70285e453) --- updated-dependencies: - dependency-name: millionco/react-doctor dependency-version: 2.2.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/setup-node dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: peaceiris/actions-gh-pages dependency-version: 84c30a85c19949d7eee79c4ff27748b70285e453 dependency-type: direct:production dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/react-doctor.yml | 2 +- .github/workflows/site-deploy.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/react-doctor.yml b/.github/workflows/react-doctor.yml index 097eb883..7c658d6e 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 c5de8300..08c2b17c 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