dependabot[bot] commited on
Commit
4ef913e
·
unverified ·
1 Parent(s): ce55621

github-actions(deps): bump peaceiris/actions-gh-pages from 3 to 4

Browse files

Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3 to 4.
- [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/v3...v4)

---
updated-dependencies:
- dependency-name: peaceiris/actions-gh-pages
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Files changed (1) hide show
  1. .github/workflows/ci-cd.yml +1 -1
.github/workflows/ci-cd.yml CHANGED
@@ -244,7 +244,7 @@ jobs:
244
  sphinx-build -b html docs/source docs/build/html
245
 
246
  - name: Deploy to GitHub Pages
247
- uses: peaceiris/actions-gh-pages@v3
248
  if: github.ref == 'refs/heads/main'
249
  with:
250
  github_token: ${{ secrets.GITHUB_TOKEN }}
 
244
  sphinx-build -b html docs/source docs/build/html
245
 
246
  - name: Deploy to GitHub Pages
247
+ uses: peaceiris/actions-gh-pages@v4
248
  if: github.ref == 'refs/heads/main'
249
  with:
250
  github_token: ${{ secrets.GITHUB_TOKEN }}