From ac712199df70e2dc5d646381df236493c85f3382 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 07:02:47 +0000 Subject: [PATCH] ci(Deps): bump actions/cache from 4.2.4 to 4.3.0 Bumps [actions/cache](https://github.com/actions/cache) from 4.2.4 to 4.3.0. - [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/v4.2.4...v4.3.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 7a654ec..bbe0644 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -59,7 +59,7 @@ jobs: cache: npm - name: Cache dependencies - uses: actions/cache@v4.2.4 + uses: actions/cache@v4.3.0 with: key: node-${{ github.ref }} path: node_modules @@ -127,7 +127,7 @@ jobs: cache: npm - name: Cache dependencies - uses: actions/cache@v4.2.4 + uses: actions/cache@v4.3.0 with: key: node-${{ github.ref }} path: node_modules @@ -198,7 +198,7 @@ jobs: cache: npm - name: Cache dependencies - uses: actions/cache@v4.2.4 + uses: actions/cache@v4.3.0 with: key: node-${{ github.ref }} path: node_modules @@ -311,7 +311,7 @@ jobs: cache: npm - name: Cache dependencies - uses: actions/cache@v4.2.4 + uses: actions/cache@v4.3.0 with: key: node-${{ github.ref }} path: node_modules @@ -461,7 +461,7 @@ jobs: cache: npm - name: Cache dependencies - uses: actions/cache@v4.2.4 + uses: actions/cache@v4.3.0 with: key: node-${{ github.ref }} path: node_modules @@ -529,7 +529,7 @@ jobs: cache: npm - name: Cache dependencies - uses: actions/cache@v4.2.4 + uses: actions/cache@v4.3.0 with: key: node-${{ github.ref }} path: node_modules