From 1e54c9714d65f04735cd5bfba01cb4c59502a6c2 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 20 Mar 2022 23:18:28 +0100 Subject: [PATCH] Upgrade GitHub Actions --- .github/workflows/test-future.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-future.yml b/.github/workflows/test-future.yml index b5bb4996b..7dae08a7b 100644 --- a/.github/workflows/test-future.yml +++ b/.github/workflows/test-future.yml @@ -12,11 +12,11 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: ref: 'master' fetch-depth: 0 - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v3 with: python-version: '3.10' - name: Install dependencies