diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 745bd94..e756dba 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@v3.3.2 + uses: actions/cache@v4.0.1 env: cache-name: deployment-cache with: @@ -43,7 +43,7 @@ jobs: if: ${{ github.ref == 'refs/heads/main' }} steps: - name: Load Deployment - uses: actions/cache@v3.3.2 + uses: actions/cache@v4.0.1 env: cache-name: deployment-cache with: @@ -62,7 +62,7 @@ jobs: if: ${{ github.ref == 'refs/heads/main' }} steps: - name: Load Deployment - uses: actions/cache@v3.3.2 + uses: actions/cache@v4.0.1 env: cache-name: deployment-cache with: