diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-02-16 16:14:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-16 16:14:44 +0100 |
commit | 2078d956003920ebedf2e5adabba45bfb1c19aac (patch) | |
tree | f7c1feb32e9159d933b9dc22f3e7b942d495fa05 | |
parent | d524ebeba7b9556ecd2614cdd6cbc93cf745ec45 (diff) | |
download | hugo-bearcub-2078d956003920ebedf2e5adabba45bfb1c19aac.tar.gz hugo-bearcub-2078d956003920ebedf2e5adabba45bfb1c19aac.tar.bz2 |
chore(deps): bump peaceiris/actions-gh-pages from 3.9.0 to 3.9.2 (#61)
Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3.9.0 to 3.9.2.
- [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.9.0...v3.9.2)
---
updated-dependencies:
- dependency-name: peaceiris/actions-gh-pages
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bba7684..8d3d53a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - name: Deploy to GitHub Pages if: github.event_name == 'push' - uses: peaceiris/actions-gh-pages@v3.9.0 + uses: peaceiris/actions-gh-pages@v3.9.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./public |