From 305bd7d7ae8d3e7902665e77c30e3a160dd305ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 20:02:06 +0000 Subject: [PATCH] :arrow_up: Bump quantecon/actions from 0.6.0 to 0.8.0 Bumps [quantecon/actions](https://github.com/quantecon/actions) from 0.6.0 to 0.8.0. - [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.6.0...v0.8.0) --- updated-dependencies: - dependency-name: quantecon/actions dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43ca8bfaf..34d22327c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,7 +94,7 @@ jobs: with: node-version: '20' - name: Preview Deploy to Netlify - uses: quantecon/actions/preview-netlify@v0.6.0 + uses: quantecon/actions/preview-netlify@v0.8.0 with: netlify-auth-token: ${{ secrets.NETLIFY_AUTH_TOKEN }} netlify-site-id: ${{ secrets.NETLIFY_SITE_ID }}