From e0777ceae11dbd2e0ec9f123b694aea53047fb77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 21:13:03 +0000 Subject: [PATCH] :arrow_up: Bump quantecon/actions from 0.8.0 to 0.11.1 Bumps [quantecon/actions](https://github.com/quantecon/actions) from 0.8.0 to 0.11.1. - [Release notes](https://github.com/quantecon/actions/releases) - [Changelog](https://github.com/QuantEcon/actions/blob/main/CHANGELOG.md) - [Commits](https://github.com/quantecon/actions/compare/v0.8.0...v0.11.1) --- updated-dependencies: - dependency-name: quantecon/actions dependency-version: 0.11.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f7b19eca..f0bf0870 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -92,7 +92,7 @@ jobs: jb build lectures --path-output ./ - name: Deploy to GitHub Pages id: deployment - uses: quantecon/actions/publish-gh-pages@v0.8.0 + uses: quantecon/actions/publish-gh-pages@v0.11.1 with: build-dir: _build/html cname: python-advanced.quantecon.org