From cb968ef4cafff2fa0c88eb794b0bd71d0f9d14a2 Mon Sep 17 00:00:00 2001 From: Nicholas Wallace Date: Mon, 10 Jun 2024 19:22:03 -0700 Subject: [PATCH] Update i18n workflow to `1.3.0` --- .github/workflows/i18n-integration.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/i18n-integration.yml b/.github/workflows/i18n-integration.yml index 12d82c3e..fc844154 100644 --- a/.github/workflows/i18n-integration.yml +++ b/.github/workflows/i18n-integration.yml @@ -20,11 +20,11 @@ jobs: - name: Set up node uses: actions/setup-node@v4 with: - node-version: "20" + 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: "client/strings/" # Adjust the directory path as needed + directory: 'client/strings/' # Adjust the directory path as needed