From 77b03e440c4b015d2cfb40439135c2e3ab6bc55f Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 28 Aug 2022 19:55:16 +0200 Subject: [PATCH] Upgrade GitHub Actions --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 12140d88..6cce61d5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,9 +10,9 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python 3.10 - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: "3.10" - name: Build wheel and source tarball