diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6e7fca6..1a79fbf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -163,7 +163,7 @@ jobs: - name: 🏗 Set up build cache id: cache - uses: actions/cache@v3.0.11 + uses: actions/cache@v4.2.0 with: path: /tmp/.buildx-cache # Key is named differently to avoid collision diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index ed427d8..fe59f4f 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -101,7 +101,7 @@ jobs: - name: 🏗 Set up build cache id: cache - uses: actions/cache@v3.0.11 + uses: actions/cache@v4.2.0 with: path: /tmp/.buildx-cache # Key is named differently to avoid collision