summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-12-05 07:46:20 -0500
committerNed Batchelder <ned@nedbatchelder.com>2022-12-05 07:46:20 -0500
commitdb8484dda55fa169ff6ff728b85a18a73a2848fc (patch)
tree750167969e49955cbb4d288f1b9f006d55573624
parente45309911bac7917ad70ce8d97f0b56afba55359 (diff)
downloadpython-coveragepy-git-db8484dda55fa169ff6ff728b85a18a73a2848fc.tar.gz
test: use deadsnakes v3.0.0
-rw-r--r--.github/workflows/python-nightly.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/python-nightly.yml b/.github/workflows/python-nightly.yml
index 9c1f0f1f..9eed8c68 100644
--- a/.github/workflows/python-nightly.yml
+++ b/.github/workflows/python-nightly.yml
@@ -55,8 +55,7 @@ jobs:
uses: "actions/checkout@v3"
- name: "Install ${{ matrix.python-version }} with deadsnakes"
- # uses: deadsnakes/action@v2.1.1
- uses: deadsnakes/action@7ab8819e223c70d2bdedd692dfcea75824e0a617
+ uses: deadsnakes/action@e3117c2981fd8afe4af79f3e1be80066c82b70f5
if: "!startsWith(matrix.python-version, 'pypy-')"
with:
python-version: "${{ matrix.python-version }}"