From 85603d31f19c81b063bcc595f00c6889e1925f07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 20:13:21 +0000 Subject: [PATCH] Bump deadsnakes/action from 3.1.0 to 3.2.0 Bumps [deadsnakes/action](https://github.com/deadsnakes/action) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/deadsnakes/action/releases) - [Commits](https://github.com/deadsnakes/action/compare/v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: deadsnakes/action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/buildwheel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buildwheel.yml b/.github/workflows/buildwheel.yml index e372f9df..a279e141 100644 --- a/.github/workflows/buildwheel.yml +++ b/.github/workflows/buildwheel.yml @@ -216,7 +216,7 @@ jobs: # Can't use actions/setup-python # https://github.com/actions/setup-python/issues/771 # deadsnakes only works for Ubuntu... - - uses: deadsnakes/action@v3.1.0 + - uses: deadsnakes/action@v3.2.0 with: python-version: ${{ matrix.python-version }} nogil: true