From a10036d197f442385d6abf3ce866113427a6095f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 02:43:05 +0000 Subject: [PATCH] Bump actions/setup-python from 5 to 7 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 7. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v7) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/Deploy.yml | 2 +- .github/workflows/Preview.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Deploy.yml b/.github/workflows/Deploy.yml index 4eab962..d3c02bf 100644 --- a/.github/workflows/Deploy.yml +++ b/.github/workflows/Deploy.yml @@ -15,7 +15,7 @@ jobs: persist-credentials: false # NOTE: Python is necessary for the pre-rendering (minification) step - name: Install python - uses: actions/setup-python@v5 + uses: actions/setup-python@v7 with: python-version: '3.8' # NOTE: Here you can install dependencies such as matplotlib if you use diff --git a/.github/workflows/Preview.yml b/.github/workflows/Preview.yml index 2a91ade..d526528 100644 --- a/.github/workflows/Preview.yml +++ b/.github/workflows/Preview.yml @@ -16,7 +16,7 @@ jobs: persist-credentials: false ref: ${{ github.event.pull_request.head.sha }} - name: Install python - uses: actions/setup-python@v5 + uses: actions/setup-python@v7 with: python-version: '3.8' - name: Install Julia