diff options
author | 2024-04-28 13:47:34 +0000 | |
---|---|---|
committer | 2024-04-28 14:48:04 +0100 | |
commit | 691f3e3ad152513f3058a7f907eafc46bcdab28c (patch) | |
tree | befc4b04a928a926f98c6030a3d32eb84ea122ba /.github | |
parent | Bump HassanAbouelela/actions from setup-python_v1.4.2 to 1.5.0 (diff) |
Bump actions/configure-pages from 4 to 5
Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 4 to 5.
- [Release notes](https://github.com/actions/configure-pages/releases)
- [Commits](https://github.com/actions/configure-pages/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/configure-pages
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/docs.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index bb3cb18..a4ed5bb 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -43,7 +43,7 @@ jobs: fetch-depth: 0 - name: Setup Pages id: pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v5 - name: Build with Hugo env: # For maximum backward compatibility with Hugo modules |