From f13f82ecb7d207ce5e5ea017164289e15f1188cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 10:22:27 +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/ci.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 481af2e4..cd457957 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: with: node-version: '20' - name: Preview Deploy to Netlify - uses: quantecon/actions/preview-netlify@v0.8.0 + uses: quantecon/actions/preview-netlify@v0.11.1 with: netlify-auth-token: ${{ secrets.NETLIFY_AUTH_TOKEN }} netlify-site-id: ${{ secrets.NETLIFY_SITE_ID }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f8fe231d..bca6883b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -91,7 +91,7 @@ jobs: jb build lectures --path-output ./ -n -W --keep-going - 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: jax.quantecon.org