There was an error while loading. Please reload this page.
1 parent f515e51 commit cb08550Copy full SHA for cb08550
1 file changed
.github/workflows/po-check.yml
@@ -14,12 +14,12 @@ jobs:
14
15
steps:
16
- name: Checkout Code
17
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
18
with:
19
fetch-depth: 0
20
21
- name: Set up Python
22
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
23
24
python-version: "3.x"
25
@@ -33,7 +33,7 @@ jobs:
33
find . -name "*.po" -exec powrap --quiet {} +
34
35
- name: Commit & Push formatted PO files
36
- uses: stefanzweifel/git-auto-commit-action@v5
+ uses: stefanzweifel/git-auto-commit-action@v6
37
38
commit_message: "Auto-format PO files to 80 chars [skip ci]"
39
file_pattern: "*.po"
0 commit comments