From ff24bbba88b51c271cca998ca5124aa56ddb9980 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Sep 2025 19:01:19 +0000 Subject: [PATCH] build(deps): bump actions/cache from 4.0.2 to 4.3.0 Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 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.0.2...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/cicd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index e82d3cc..e368785 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -30,7 +30,7 @@ jobs: - name: Cache Deployment if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.3.0 env: cache-name: deployment-cache with: @@ -43,7 +43,7 @@ jobs: if: ${{ github.ref == 'refs/heads/main' }} steps: - name: Load Deployment - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.3.0 env: cache-name: deployment-cache with: @@ -62,7 +62,7 @@ jobs: if: ${{ github.ref == 'refs/heads/main' }} steps: - name: Load Deployment - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.3.0 env: cache-name: deployment-cache with: