diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 05b480f..ebcd691 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -100,7 +100,7 @@ jobs: - name: 🏗 Set up build cache id: cache - uses: actions/cache@v3.0.10 + uses: actions/cache@v3.0.11 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 f490e06..611e912 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -107,7 +107,7 @@ jobs: - name: 🏗 Set up build cache id: cache - uses: actions/cache@v3.0.10 + uses: actions/cache@v3.0.11 with: path: /tmp/.buildx-cache # Key is named differently to avoid collision