Merge pull request #21647 from mozilla/dependabot/github_actions/actions/setup-python-7.0.0

Bump actions/setup-python from 6.3.0 to 7.0.0
This commit is contained in:
Tim van der Meij 2026-07-28 20:18:56 +02:00 committed by GitHub
commit 257f4c2a5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ jobs:
persist-credentials: false persist-credentials: false
- name: Use Python 3.14 - name: Use Python 3.14
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
with: with:
python-version: '3.14' python-version: '3.14'
cache: 'pip' cache: 'pip'

View File

@ -64,7 +64,7 @@ jobs:
run: npm ci run: npm ci
- name: Use Python 3.14 - name: Use Python 3.14
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
with: with:
python-version: '3.14' python-version: '3.14'
cache: 'pip' cache: 'pip'