Skip to content

Commit cd9f2d9

Browse files
⬆️ bump actions/configure-pages from 5 to 6 (#509)
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>
1 parent 8f9cf61 commit cd9f2d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
- name: Add CNAME for custom domain
131131
run: echo "python-programming.quantecon.org" > _build/html/CNAME
132132
- name: Setup Pages
133-
uses: actions/configure-pages@v5
133+
uses: actions/configure-pages@v6
134134
- name: Upload Pages artifact
135135
uses: actions/upload-pages-artifact@v4
136136
with:

0 commit comments

Comments
 (0)