From da32a2f1a2f21573627a5df0ea309048e4058b9f Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Thu, 24 Dec 2020 15:07:45 +0100 Subject: GitHub Actions: Upgrade actions/checkout https://github.com/actions/checkout/releases Signed-off-by: Christian Clauss --- .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 c3c786a..d8d55ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9] steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 with: -- cgit v1.2.1