From 6dc4c8169fb5b11e91375b18d7e9a4bbe72560a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 12:32:06 +0100 Subject: [PATCH] chore(deps): bump getsentry/action-setup-venv from 1.0.5 to 2.1.1 (#12567) Bumps [getsentry/action-setup-venv](https://github.com/getsentry/action-setup-venv) from 1.0.5 to 2.1.1. - [Release notes](https://github.com/getsentry/action-setup-venv/releases) - [Commits](https://github.com/getsentry/action-setup-venv/compare/v1.0.5...v2.1.1) --- updated-dependencies: - dependency-name: getsentry/action-setup-venv dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 42fe9ab2c4acf3..2f82a186284110 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@v1.0.5 + - uses: getsentry/action-setup-venv@v2.1.1 with: python-version: 3.11.3