From 0ab10d223c5b8968e5f8a51a9db76ac7b0ae216e Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Fri, 13 May 2022 09:21:58 +0100 Subject: [PATCH] Upgrade GitHub Actions (#425) New versions use Node 16. --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f8b3032..584cd4e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,9 +25,9 @@ jobs: - '3.11-dev' steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v3 with: python-version: ${{ matrix.python-version }} cache: pip