From 6b7797cb2be0580dcb546082000c34a9704f5394 Mon Sep 17 00:00:00 2001 From: Cal Paterson Date: Thu, 8 Dec 2022 08:51:10 +0000 Subject: [PATCH] Upgrade tox-gh-actions --- .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 33d2bd5..edb1fb1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install tox tox-gh-actions==1.3.0 + pip install tox tox-gh-actions~=2.11.0 sudo apt-get install libmemcached-dev - name: Test with tox run: tox