From 38c07f115ecbcfd81b58897da311a27d11a34930 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 16 Jul 2026 22:04:05 +0000 Subject: [PATCH 1/2] chore: bump actions/cache from v4 to v6 Update actions/cache from v4 to v6 in all GitHub Actions workflow files. The v6 release maintains full backward compatibility with the same `path`, `key`, and `restore-keys` parameters. Co-Authored-By: Claude Sonnet 4.6 Claude-Session: https://claude.ai/code/session_01W6j3ZiTovPDU2HkzDzWN6w --- .github/workflows/build-android.yml | 4 ++-- .github/workflows/run-tests.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-android.yml b/.github/workflows/build-android.yml index 6b20903..994bc6e 100644 --- a/.github/workflows/build-android.yml +++ b/.github/workflows/build-android.yml @@ -37,7 +37,7 @@ jobs: coverage: none - name: Cache Composer dependencies - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: vendor key: ${{ runner.os }}-composer-no-dev-${{ hashFiles('composer.lock') }} @@ -48,7 +48,7 @@ jobs: run: composer install --no-dev --no-interaction --prefer-dist --optimize-autoloader - name: Cache npm dependencies - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: node_modules key: ${{ runner.os }}-npm-${{ hashFiles('package-lock.json') }} diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index b9f8d96..1b27875 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -22,7 +22,7 @@ jobs: run: composer update nbucic/audio-tts --no-install --no-interaction --quiet --no-scripts - name: Cache Composer dependencies - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: vendor key: ${{ runner.os }}-composer-${{ hashFiles('composer.lock') }} From 3d82c499636e222186d96ff28aaa7a28eb6f64c6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 16 Jul 2026 22:05:23 +0000 Subject: [PATCH 2/2] chore: bump version to 1.0.13 --- version.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.json b/version.json index 348a729..70c8e1e 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "version": "1.0.12", - "version_code": 13 + "version": "1.0.13", + "version_code": 14 }