Skip to content

Commit

Permalink
Update workflow actions
Browse files Browse the repository at this point in the history
  • Loading branch information
flodolo committed Apr 17, 2024
1 parent 3a47a34 commit 5b84251
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/l10n_lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone l10n repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Python 3
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.11'
- name: Check strings
run: |
python .github/scripts/webext_l10n.py --l10n . --ref en --exceptions .github/scripts/exceptions.json
6 changes: 3 additions & 3 deletions .github/workflows/reference_lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Python 3
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.11'
- name: Check strings
run: |
python .github/scripts/webext_reference.py --path en

0 comments on commit 5b84251

Please sign in to comment.