Skip to content

Commit cb08550

Browse files
authored
Update po-check.yml
switch to Node.js 24
1 parent f515e51 commit cb08550

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/po-check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414

1515
steps:
1616
- name: Checkout Code
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818
with:
1919
fetch-depth: 0
2020

2121
- name: Set up Python
22-
uses: actions/setup-python@v5
22+
uses: actions/setup-python@v6
2323
with:
2424
python-version: "3.x"
2525

@@ -33,7 +33,7 @@ jobs:
3333
find . -name "*.po" -exec powrap --quiet {} +
3434
3535
- name: Commit & Push formatted PO files
36-
uses: stefanzweifel/git-auto-commit-action@v5
36+
uses: stefanzweifel/git-auto-commit-action@v6
3737
with:
3838
commit_message: "Auto-format PO files to 80 chars [skip ci]"
3939
file_pattern: "*.po"

0 commit comments

Comments
 (0)