diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4d7cc27b2..bff899e27 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -172,7 +172,7 @@ jobs: run: tar zxf sources.tar.gz - name: Restore Tools Cache id: cache-tools - uses: actions/cache@v2 + uses: actions/cache@v3 env: cache-name: ${{ runner.os }}-cache-tools with: