summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-12 22:08:50 -0600
committerGitHub <noreply@github.com>2022-12-12 22:08:50 -0600
commit22632d4aed11e0a8ae8fe81937c912363c23a9c5 (patch)
tree5cbeebeb17e18662daa5b5c44827536900c3e69c /.github
parentd393b4a5091c27d2e158074f81feb264c5c175af (diff)
downloadurllib3-22632d4aed11e0a8ae8fe81937c912363c23a9c5.tar.gz
Bump deadsnakes/action from 2.1.1 to 3.0.0
Bumps [deadsnakes/action](https://github.com/deadsnakes/action) from 2.1.1 to 3.0.0. - [Release notes](https://github.com/deadsnakes/action/releases) - [Commits](https://github.com/deadsnakes/action/compare/7ab8819e223c70d2bdedd692dfcea75824e0a617...e3117c2981fd8afe4af79f3e1be80066c82b70f5) --- updated-dependencies: - dependency-name: deadsnakes/action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Quentin Pradet <quentin.pradet@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e9c0bf3a..24874d28 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -98,7 +98,7 @@ jobs:
# Use deadsnakes for development versions
- if: endsWith(matrix.python-version, '-dev')
name: "Setup Python ${{ matrix.python-version }}"
- uses: deadsnakes/action@7ab8819e223c70d2bdedd692dfcea75824e0a617
+ uses: deadsnakes/action@e3117c2981fd8afe4af79f3e1be80066c82b70f5
with:
python-version: ${{ matrix.python-version }}