From 8f334e85aaaa7ced60daf6174ba818b35768766c Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Fri, 31 Jul 2020 10:21:41 -0700 Subject: [PATCH] Use actions/setup-python@v2 --- ci/django.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/django.yml b/ci/django.yml index b9d5315..6ed9db8 100644 --- a/ci/django.yml +++ b/ci/django.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v1 + uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - name: Install Dependencies