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: build:
runs-on: "ubuntu-latest" runs-on: "ubuntu-latest"
steps: steps:
- uses: "actions/checkout@v3" - uses: "actions/checkout@v4"
- uses: "actions/setup-python@v4" - uses: "actions/setup-python@v5"
with: with:
python-version: '3.12' python-version: '3.12'
- name: "Install test dependencies" - name: "Install test dependencies"