From 16f1811953665dff83744cd54525add614dd2940 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 13:22:00 +0000 Subject: [PATCH] chore(deps): bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [millionco/react-doctor](https://github.com/millionco/react-doctor) and [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages). Updates `millionco/react-doctor` from 2.2.2 to 2.2.6 - [Release notes](https://github.com/millionco/react-doctor/releases) - [Commits](https://github.com/millionco/react-doctor/compare/0b4f4f4bd248a154e64eb508a48347f71154b3f3...ced746f518f11e8283d488c4ff31c44e478bb0e5) 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.5 dependency-type: direct:production update-type: version-update:semver-patch 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 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/react-doctor.yml b/.github/workflows/react-doctor.yml index 097eb883..33dcca9d 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@ced746f518f11e8283d488c4ff31c44e478bb0e5 diff --git a/.github/workflows/site-deploy.yml b/.github/workflows/site-deploy.yml index c5de8300..e52c2ec1 100644 --- a/.github/workflows/site-deploy.yml +++ b/.github/workflows/site-deploy.yml @@ -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