Skip to content

Commit 7e3417f

Browse files
Merge pull request #20242 from mozilla/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents d946de9 + a5ef8ca commit 7e3417f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/fluent_linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@v5
2929

3030
- name: Use Python 3.13
31-
uses: actions/setup-python@v5
31+
uses: actions/setup-python@v6
3232
with:
3333
python-version: '3.13'
3434
cache: 'pip'

.github/workflows/font_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: npm ci
5050

5151
- name: Use Python 3.13
52-
uses: actions/setup-python@v5
52+
uses: actions/setup-python@v6
5353
with:
5454
python-version: '3.13'
5555
cache: 'pip'

0 commit comments

Comments
 (0)