From 1e66c2d38de42f972e22a24734f0fb22207edcb9 Mon Sep 17 00:00:00 2001
From: Christian Clauss <cclauss@me.com>
Date: Mon, 11 Jul 2022 22:43:01 +0200
Subject: [PATCH 1/3]  Upgrade GitHub Actions again

Like #643 @kkroening
---
 .github/workflows/ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index bb9842b..edf05f4 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -17,9 +17,9 @@ jobs:
           - "3.9"
           - "3.10"
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
       - name: Set up Python ${{ matrix.python-version }}
-        uses: actions/setup-python@v3
+        uses: actions/setup-python@v4
         with:
           python-version: ${{ matrix.python-version }}
       - name: Install ffmpeg
@@ -37,7 +37,7 @@ jobs:
   black:
     runs-on: ubuntu-20.04
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
       - uses: psf/black@21.12b0 # TODO: upgrade after dropping Python 2 support.
         with:
           src: ffmpeg  # TODO: also format `examples`.
-- 
GitLab


From 77a100b41b02e63b17986b3751e11477118e2cbe Mon Sep 17 00:00:00 2001
From: Christian Clauss <cclauss@me.com>
Date: Mon, 11 Jul 2022 22:46:48 +0200
Subject: [PATCH 2/3] 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`.
-- 
GitLab


From bec375f6f57c83b9278ba6b8435063a0190ee582 Mon Sep 17 00:00:00 2001
From: Christian Clauss <cclauss@me.com>
Date: Mon, 11 Jul 2022 22:51:21 +0200
Subject: [PATCH 3/3] 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 62dc7a4..edf05f4 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@v2
+      - uses: actions/checkout@v3
       - uses: psf/black@21.12b0 # TODO: upgrade after dropping Python 2 support.
         with:
           src: ffmpeg  # TODO: also format `examples`.
-- 
GitLab