From 10712c7dcdb4616844780b25017263fa5d47ed6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 02:11:20 +0000 Subject: [PATCH] Bump actions/setup-python from 5 to 6 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' 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 0b2dd92..1bdcdc9 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@v6 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 ddd8232..45587d6 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@v6 with: python-version: '3.8' - name: Install Julia