Skip to content

Commit 9154e94

Browse files
ci: bump actions/configure-pages from 5 to 6 (#33)
Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 5 to 6. - [Release notes](https://github.com/actions/configure-pages/releases) - [Commits](actions/configure-pages@v5...v6) --- updated-dependencies: - dependency-name: actions/configure-pages dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bishwas Jha <18480504+alphacrack@users.noreply.github.com>
1 parent 163612d commit 9154e94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# Ensures Pages is enabled with build_type=workflow. If Pages isn't
2828
# available for the repo (e.g. a private repo on the Free plan), this
2929
# step fails with a clear message instead of a vague deploy error.
30-
- uses: actions/configure-pages@v5
30+
- uses: actions/configure-pages@v6
3131
with:
3232
enablement: true
3333
- uses: actions/setup-python@v6

0 commit comments

Comments
 (0)