From d4a0fff7afad6390604f1450b7e778202be4e790 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 07:52:33 +0000 Subject: [PATCH] ci(Deps): bump actions/cache from 5.0.1 to 5.0.3 Bumps [actions/cache](https://github.com/actions/cache) from 5.0.1 to 5.0.3. - [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.3) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7e80400..054c529 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -59,7 +59,7 @@ jobs: cache: npm - name: Cache dependencies - uses: actions/cache@v5.0.1 + uses: actions/cache@v5.0.3 with: key: node-${{ github.ref }} path: node_modules @@ -127,7 +127,7 @@ jobs: cache: npm - name: Cache dependencies - uses: actions/cache@v5.0.1 + uses: actions/cache@v5.0.3 with: key: node-${{ github.ref }} path: node_modules @@ -214,7 +214,7 @@ jobs: cache: npm - name: Cache dependencies - uses: actions/cache@v5.0.1 + uses: actions/cache@v5.0.3 with: key: node-${{ github.ref }} path: node_modules @@ -329,7 +329,7 @@ jobs: cache: npm - name: Cache dependencies - uses: actions/cache@v5.0.1 + uses: actions/cache@v5.0.3 with: key: node-${{ github.ref }} path: node_modules @@ -474,7 +474,7 @@ jobs: cache: npm - name: Cache dependencies - uses: actions/cache@v5.0.1 + uses: actions/cache@v5.0.3 with: key: node-${{ github.ref }} path: node_modules @@ -542,7 +542,7 @@ jobs: cache: npm - name: Cache dependencies - uses: actions/cache@v5.0.1 + uses: actions/cache@v5.0.3 with: key: node-${{ github.ref }} path: node_modules