From 77a100b41b02e63b17986b3751e11477118e2cbe Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Mon, 11 Jul 2022 22:46:48 +0200 Subject: [PATCH] Update ci.yml --- .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 edf05f4..62dc7a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: black: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v2 - uses: psf/black@21.12b0 # TODO: upgrade after dropping Python 2 support. with: src: ffmpeg # TODO: also format `examples`.