Merge pull request #182 from jpawlowski/dependabot/github_actions/actions/setup-python-7

chore(deps): bump actions/setup-python from 6 to 7
This commit is contained in:
Julian Pawlowski 2026-07-21 08:22:32 +02:00 committed by GitHub
commit 02fe985991
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -54,7 +54,7 @@ jobs:
# VERIFY GENERATED DOCS # VERIFY GENERATED DOCS
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v6 uses: actions/setup-python@v7
with: with:
python-version: "3.14" python-version: "3.14"

View file

@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Set up Python - name: Set up Python
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
with: with:
python-version: "3.14" python-version: "3.14"