From 9e781539a6b9436be8e6d7b48265a01512567e1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 22:58:48 +0000 Subject: [PATCH] Bump deadsnakes/action from 2.1.1 to 3.0.1 Bumps [deadsnakes/action](https://github.com/deadsnakes/action) from 2.1.1 to 3.0.1. - [Release notes](https://github.com/deadsnakes/action/releases) - [Commits](https://github.com/deadsnakes/action/compare/v2.1.1...v3.0.1) --- updated-dependencies: - dependency-name: deadsnakes/action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5de0b1d66b..f639e049d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Set Up Python (Development version) - ${{ matrix.python-version }} - uses: deadsnakes/action@v2.1.1 + uses: deadsnakes/action@v3.0.1 if: endsWith(matrix.python-version, '-dev') with: python-version: ${{ matrix.python-version }}