From ee4edc2a02c6ab8a21be04902280bdb927c77490 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 20:34:03 +0000 Subject: [PATCH] chore(deps): bump getsentry/action-setup-venv from 2.1.1 to 3.2.0 Bumps [getsentry/action-setup-venv](https://github.com/getsentry/action-setup-venv) from 2.1.1 to 3.2.0. - [Release notes](https://github.com/getsentry/action-setup-venv/releases) - [Commits](https://github.com/getsentry/action-setup-venv/compare/v2.1.1...v3.2.0) --- updated-dependencies: - dependency-name: getsentry/action-setup-venv dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/react-to-product-owners-yml-changes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/react-to-product-owners-yml-changes.yml b/.github/workflows/react-to-product-owners-yml-changes.yml index 2f82a18628411..e940657f13b4d 100644 --- a/.github/workflows/react-to-product-owners-yml-changes.yml +++ b/.github/workflows/react-to-product-owners-yml-changes.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v4.1.1 - - uses: getsentry/action-setup-venv@v2.1.1 + - uses: getsentry/action-setup-venv@v3.2.0 with: python-version: 3.11.3