From c04d3331a8d60ccc6ad50e9d6b5139eac5ced77e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 03:55:10 +0000 Subject: [PATCH] Bump actions/setup-python from 2 to 6 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2...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-PR.yml | 2 +- .github/workflows/Deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Deploy-PR.yml b/.github/workflows/Deploy-PR.yml index 935c185..d80ef5c 100644 --- a/.github/workflows/Deploy-PR.yml +++ b/.github/workflows/Deploy-PR.yml @@ -13,7 +13,7 @@ jobs: persist-credentials: false # NOTE: Python is necessary for the pre-rendering (minification) step - name: Install python - uses: actions/setup-python@v2 + 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/Deploy.yml b/.github/workflows/Deploy.yml index b72dc89..dfd556a 100644 --- a/.github/workflows/Deploy.yml +++ b/.github/workflows/Deploy.yml @@ -16,7 +16,7 @@ jobs: persist-credentials: false # NOTE: Python is necessary for the pre-rendering (minification) step - name: Install python - uses: actions/setup-python@v2 + uses: actions/setup-python@v6 with: python-version: '3.8' # NOTE: Here you can install dependencies such as matplotlib if you use