From 93b479eb446cefcfcc3b3d8ea4995507cea09e6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Mar 2025 19:37:26 +0000 Subject: [PATCH] build(deps): bump actions/cache from 4.0.2 to 4.2.3 Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.2.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/v4.0.2...v4.2.3) --- updated-dependencies: - dependency-name: actions/cache 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..95acfa9 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.2.3 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.2.3 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.2.3 env: cache-name: deployment-cache with: