From 6ed6fff6bdbb1f225e2f031b2597095d1456372a Mon Sep 17 00:00:00 2001 From: Nicholas Wallace Date: Thu, 11 Apr 2024 01:29:00 +0000 Subject: [PATCH] Update i18n workflow to 1.2.0 --- .github/workflows/i18n-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/i18n-integration.yml b/.github/workflows/i18n-integration.yml index 87dcd195..12d82c3e 100644 --- a/.github/workflows/i18n-integration.yml +++ b/.github/workflows/i18n-integration.yml @@ -25,6 +25,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: "client/strings/" # Adjust the directory path as needed