Skip to content

Commit 60f0430

Browse files
chore(deps): update actions/setup-python action to v6
1 parent 59b9529 commit 60f0430

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ jobs:
236236
uses: Swatinem/rust-cache@v2
237237

238238
- name: Setup Python
239-
uses: actions/setup-python@v5
239+
uses: actions/setup-python@v6
240240
with:
241241
python-version: '3.x'
242242

.github/workflows/l10n.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
with:
8181
persist-credentials: false
8282
- name: Setup Python
83-
uses: actions/setup-python@v5
83+
uses: actions/setup-python@v6
8484
with:
8585
python-version: '3.x'
8686
- name: Install Mozilla Fluent Linter

0 commit comments

Comments
 (0)