From 43b0ff3ed0bc90b4c81e33b53c257e07257fd558 Mon Sep 17 00:00:00 2001 From: Bhupesh Varshney Date: Tue, 4 Feb 2020 14:05:26 +0530 Subject: [PATCH] use actions v2 --- ci/django.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/django.yml b/ci/django.yml index fc9fda8..9f064b0 100644 --- a/ci/django.yml +++ b/ci/django.yml @@ -12,7 +12,7 @@ jobs: python-version: [3.6, 3.7, 3.8] steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v1 with: