Merge pull request #21516 from mozilla/dependabot/github_actions/actions/setup-python-6.3.0

Bump actions/setup-python from 6.2.0 to 6.3.0
This commit is contained in:
Tim van der Meij 2026-06-30 20:08:22 +02:00 committed by GitHub
commit 9d4f06129c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ jobs:
persist-credentials: false
- name: Use Python 3.14
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
with:
python-version: '3.14'
cache: 'pip'

View File

@ -60,7 +60,7 @@ jobs:
run: npm ci
- name: Use Python 3.14
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.0.2
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.0.2
with:
python-version: '3.14'
cache: 'pip'