From 5f2c93b6715f43936a65adbf2c2f366d6541c4a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 20:15:24 +0000 Subject: [PATCH] chore(deps): bump getsentry/action-setup-venv from 2.1.1 to 2.2.0 Bumps [getsentry/action-setup-venv](https://github.com/getsentry/action-setup-venv) from 2.1.1 to 2.2.0. - [Release notes](https://github.com/getsentry/action-setup-venv/releases) - [Commits](https://github.com/getsentry/action-setup-venv/compare/v2.1.1...v2.2.0) --- updated-dependencies: - dependency-name: getsentry/action-setup-venv dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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..cd21533ea4abc 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@v2.2.0 with: python-version: 3.11.3