Upgrade actions

This commit is contained in:
alstr 2024-09-16 15:33:59 +01:00
parent a48cb9ee47
commit a9f3674735

View File

@ -6,8 +6,8 @@ jobs:
build:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- uses: "actions/setup-python@v4"
- uses: "actions/checkout@v4"
- uses: "actions/setup-python@v5"
with:
python-version: '3.12'
- name: "Install test dependencies"