diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0af72d4..c736569e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: - name: Enable t8code cache id: cache-t8code - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ./t8code-local key: ${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.t8code_version }}