ci: update forgejo workflow
Some checks failed
test / test (pull_request) Failing after 1m7s

This commit is contained in:
Dan Anglin 2024-08-02 09:02:47 +01:00
parent 083a0a5ab1
commit 1cc3452e16
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638

View file

@ -13,10 +13,10 @@ jobs:
runs-on: docker runs-on: docker
steps: steps:
- name: Checkout Repository - name: Checkout Repository
uses: https://code.forgejo.org/actions/checkout@v3 uses: https://code.forgejo.org/actions/checkout@v4
- name: Install Python 3 - name: Install Python 3
uses: https://github.com/actions/setup-python@v5 uses: https://code.forgejo.org/actions/setup-python@v5
with: with:
python-version: '3.12.2' python-version: '3.12'
- name: Test Code - name: Test Code
run: python tests.py run: python tests.py