From 0bf20b63f35385893f58bcbacbc3d78dc9dcf207 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 7 Dec 2022 08:46:32 +1000 Subject: CI: update some actions to v3 Node 12 is deprecated so let's switch to the newer version https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ Signed-off-by: Peter Hutterer --- .github/workflows/black.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/black.yml') diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index 6ca60ff..ff25036 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -5,8 +5,8 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout the repo - uses: actions/checkout@v2 - - uses: actions/setup-python@v1 + uses: actions/checkout@v3 + - uses: actions/setup-python@v4 with: python-version: '3.x' - run: pip install black -- cgit v1.2.1