Update i18n workflow to 1.3.0

This commit is contained in:
Nicholas Wallace
2024-06-10 19:25:34 -07:00
parent 394b44c343
commit 50ec50003e
+2 -2
View File
@@ -19,10 +19,10 @@ jobs:
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: '20' node-version: '20'
# The only argument is the `directory`, which is where the i18n files are # The only argument is the `directory`, which is where the i18n files are
# stored. # stored.
- name: Run Update JSON Files action - name: Run Update JSON Files action
uses: audiobookshelf/audiobookshelf-i18n-updater@v1.2.0 uses: audiobookshelf/audiobookshelf-i18n-updater@v1.3.0
with: with:
directory: 'strings/' # Adjust the directory path as needed directory: 'strings/' # Adjust the directory path as needed