diff --git a/.github/workflows/build-and-push-services.yml b/.github/workflows/build-and-push-services.yml index 8051b28..70f3f18 100644 --- a/.github/workflows/build-and-push-services.yml +++ b/.github/workflows/build-and-push-services.yml @@ -109,7 +109,7 @@ jobs: - name: Cache docker layers if: ${{ !env.ACT }} # Awaiting ACT version after 0.2.17 for this feature - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 id: cache with: path: /tmp/.buildx-cache