From ace704b09c0b1e54b750b1783495e5d9b8d18676 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 02:16:26 +0000 Subject: [PATCH] Bump actions/setup-python from 5.3.0 to 5.6.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.3.0 to 5.6.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5.3.0...v5.6.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 047618f956..0115b33787 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,7 @@ jobs: docs scripts - name: Setup python - uses: actions/setup-python@v5.3.0 + uses: actions/setup-python@v5.6.0 with: python-version: 3.x - name: Get pip cache directory @@ -68,7 +68,7 @@ jobs: docs scripts - name: Setup python - uses: actions/setup-python@v5.3.0 + uses: actions/setup-python@v5.6.0 with: python-version: 3.x - name: Get pip cache directory