Skip to content

Commit 046edab

Browse files
committed
Upgrade toe checkout@v3, to prevent warning 'Node.js 12 actions are deprecated.'
1 parent bdedd31 commit 046edab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/i18n-consistency-checker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
language: [ja, zh]
1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v3
2121
with:
2222
fetch-depth: '0'
2323
- name: Check consistency

0 commit comments

Comments
 (0)