diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7a3231c..fabfd15 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -129,7 +129,7 @@ jobs: uses: actions/checkout@v3 - name: 🏗 Set up build cache id: cache - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.0.1 with: path: /tmp/.docker-cache key: docker-${{ matrix.architecture }}-${{ github.sha }} diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 203459f..cafedfe 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -72,7 +72,7 @@ jobs: uses: actions/checkout@v3 - name: 🏗 Set up build cache id: cache - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.0.1 with: path: /tmp/.docker-cache key: docker-${{ matrix.architecture }}-${{ github.sha }}