⬆️ Pin dependencies (#1475)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2026-09-06 11:34:59 +02:00 committed by GitHub
commit 548e5048ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 24 additions and 24 deletions

View file

@ -11,14 +11,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code from GitHub
uses: actions/checkout@v7
uses: actions/checkout@v7.0.1
with:
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
ref: ${{ github.head_ref || github.ref }}
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v7
uses: actions/setup-python@v7.0.0
with:
python-version: "3.14.7"