From a3f5c8758e68a4b281eec5cec9cfcbc531b7bb73 Mon Sep 17 00:00:00 2001 From: John Burwell Date: Tue, 2 May 2023 21:10:12 -0500 Subject: [PATCH] v4 --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index ed1d8b7..fdb5428 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Set up Python 3.10 - uses: https://github.com/actions/setup-python@v1 + uses: https://github.com/actions/setup-python@v4 with: python-version: 3.10 - name: Check out repository code