Skip to content

Commit 16f1811

Browse files
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](millionco/react-doctor@0b4f4f4...ced746f) 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](peaceiris/actions-gh-pages@329bcc8...84c30a8) --- 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] <support@github.com>
1 parent 86cf8af commit 16f1811

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/react-doctor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
with:
2525
fetch-depth: 0
2626
persist-credentials: false
27-
- uses: millionco/react-doctor@0b4f4f4bd248a154e64eb508a48347f71154b3f3
27+
- uses: millionco/react-doctor@ced746f518f11e8283d488c4ff31c44e478bb0e5

.github/workflows/site-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: npm run build
3333

3434
- name: Deploy to GitHub Pages
35-
uses: peaceiris/actions-gh-pages@329bcc8f12caed2cefe5a5b80781499a6f3b361b
35+
uses: peaceiris/actions-gh-pages@84c30a85c19949d7eee79c4ff27748b70285e453
3636
with:
3737
github_token: ${{ secrets.GITHUB_TOKEN }}
3838
publish_dir: ./docs-dist

0 commit comments

Comments
 (0)