From e5c1e421364d32179d53575cb3ad9dcb7388f71b Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 9 Aug 2022 15:04:25 +0200 Subject: [PATCH] Upgrade GitHub Actions --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ed750aa..61af1be 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -90,9 +90,9 @@ }, }, "steps": [ - { "uses": "actions/checkout@v2" }, + { "uses": "actions/checkout@v3" }, { - "uses": "actions/setup-python@v2", + "uses": "actions/setup-python@v4", "with": { "python-version": "${{ matrix.python }}", "architecture": "${{ matrix.arch }}"