From 50ec50003e3a4d56ac1a12ec9a33c1757a08425f Mon Sep 17 00:00:00 2001 From: Nicholas Wallace Date: Mon, 10 Jun 2024 19:25:34 -0700 Subject: [PATCH] Update i18n workflow to 1.3.0 --- .github/workflows/i18n-check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/i18n-check.yml b/.github/workflows/i18n-check.yml index b09148b7..a2eb73ef 100644 --- a/.github/workflows/i18n-check.yml +++ b/.github/workflows/i18n-check.yml @@ -19,10 +19,10 @@ jobs: uses: actions/setup-node@v4 with: node-version: '20' - + # The only argument is the `directory`, which is where the i18n files are # stored. - name: Run Update JSON Files action - uses: audiobookshelf/audiobookshelf-i18n-updater@v1.2.0 + uses: audiobookshelf/audiobookshelf-i18n-updater@v1.3.0 with: directory: 'strings/' # Adjust the directory path as needed