From 9e0841fd89d0e991a42c4b2ecc82fa61baf7ba4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Jul 2022 04:27:08 +0000 Subject: [PATCH] Bump deadsnakes/action from 2.0.1 to 2.1.1 Bumps [deadsnakes/action](https://github.com/deadsnakes/action) from 2.0.1 to 2.1.1. - [Release notes](https://github.com/deadsnakes/action/releases) - [Commits](https://github.com/deadsnakes/action/compare/v2.0.1...v2.1.1) --- updated-dependencies: - dependency-name: deadsnakes/action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a3246960e..9369cbe14 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,7 +33,7 @@ jobs: with: python-version: ${{ matrix.python }} - name: Set up Python ${{ matrix.python }} (deadsnakes) - uses: deadsnakes/action@v2.0.1 + uses: deadsnakes/action@v2.1.1 if: "endsWith(matrix.python, '-dev')" with: python-version: ${{ matrix.python }}