From 94774f13dfc72928aafc4b41e9cc541b498845ac Mon Sep 17 00:00:00 2001 From: Nicholas Wallace Date: Wed, 10 Apr 2024 18:38:11 -0700 Subject: [PATCH] Update i18n workflow to use 1.2.0 --- .github/workflows/i18n-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/i18n-check.yml b/.github/workflows/i18n-check.yml index 9e9415f6..b09148b7 100644 --- a/.github/workflows/i18n-check.yml +++ b/.github/workflows/i18n-check.yml @@ -23,6 +23,6 @@ jobs: # 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.1.1 + uses: audiobookshelf/audiobookshelf-i18n-updater@v1.2.0 with: directory: 'strings/' # Adjust the directory path as needed