From 934d9b1df456b3c128c341d7c39e65e7be52abf4 Mon Sep 17 00:00:00 2001 From: Nicholas Wallace Date: Tue, 19 Mar 2024 21:19:38 -0700 Subject: [PATCH] Fixed release number of action --- .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 c0917408..9e9415f6 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.0 + uses: audiobookshelf/audiobookshelf-i18n-updater@v1.1.1 with: directory: 'strings/' # Adjust the directory path as needed