Update dependency drift

This commit is contained in:
Kirill Markin 2026-06-24 07:56:20 +02:00
parent 370e27704e
commit acf449cc9d
No known key found for this signature in database
GPG key ID: 03AB9530E15B9C1C
3 changed files with 36 additions and 36 deletions

View file

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Set up Python

View file

@ -17,7 +17,7 @@ jobs:
python-version: ["3.10", "3.11", "3.13", "3.14"]
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v6
with: