From cb748010072c64c1cde4e3b8b4f16a804fa437dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Jan 2026 00:02:32 +0000 Subject: [PATCH] ci(deps): Bump actions/cache from 5.0.1 to 5.0.2 Bumps [actions/cache](https://github.com/actions/cache) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v5.0.1...v5.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 885a4c9..e615b0f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: run: echo "result=${{ hashFiles('yarn.lock') }}" >>$GITHUB_OUTPUT - id: cache name: Cache dependencies - uses: actions/cache@v5.0.1 + uses: actions/cache@v5.0.3 with: key: ${{ steps.cache-key.outputs.result }} path: ${{ env.CACHE_PATH }} @@ -116,7 +116,7 @@ jobs: node-version-file: .nvmrc - id: cache name: Restore dependencies cache - uses: actions/cache@v5.0.1 + uses: actions/cache@v5.0.3 with: key: ${{ needs.preflight.outputs.cache-key }} path: ${{ env.CACHE_PATH }} @@ -143,7 +143,7 @@ jobs: node-version-file: .nvmrc - id: cache name: Restore dependencies cache - uses: actions/cache@v5.0.1 + uses: actions/cache@v5.0.3 with: key: ${{ needs.preflight.outputs.cache-key }} path: ${{ env.CACHE_PATH }} @@ -179,7 +179,7 @@ jobs: node-version-file: .nvmrc - id: cache name: Restore dependencies cache - uses: actions/cache@v5.0.1 + uses: actions/cache@v5.0.3 with: key: ${{ needs.preflight.outputs.cache-key }} path: ${{ env.CACHE_PATH }} @@ -229,7 +229,7 @@ jobs: node-version-file: .nvmrc - id: cache name: Restore dependencies cache - uses: actions/cache@v5.0.1 + uses: actions/cache@v5.0.3 with: key: ${{ needs.preflight.outputs.cache-key }} path: ${{ env.CACHE_PATH }} @@ -274,7 +274,7 @@ jobs: uses: hmarr/debug-action@v3.0.0 - id: cache name: Restore dependencies cache - uses: actions/cache@v5.0.1 + uses: actions/cache@v5.0.3 with: key: ${{ needs.preflight.outputs.cache-key }} path: ${{ env.CACHE_PATH }} @@ -355,7 +355,7 @@ jobs: uses: hmarr/debug-action@v3.0.0 - id: cache name: Restore dependencies cache - uses: actions/cache@v5.0.1 + uses: actions/cache@v5.0.3 with: key: ${{ needs.preflight.outputs.cache-key }} path: ${{ env.CACHE_PATH }} @@ -442,7 +442,7 @@ jobs: node-version-file: .nvmrc - id: cache name: Restore dependencies cache - uses: actions/cache@v5.0.1 + uses: actions/cache@v5.0.3 with: key: ${{ needs.preflight.outputs.cache-key }} path: ${{ env.CACHE_PATH }}