From efbbc3db9a4cd7fd8626dd0a40cac9c92f804cb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 02:50:37 +0000 Subject: [PATCH] Bump actions/setup-python from 5.3.0 to 5.5.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.3.0 to 5.5.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5.3.0...v5.5.0) --- updated-dependencies: - dependency-name: actions/setup-python 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..c9d9a6c136 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.5.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.5.0 with: python-version: 3.x - name: Get pip cache directory