diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index 659072861..1a864c6ae 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -75,7 +75,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: restore_cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: key: regression-cache-{{ checksum "tests/regression/data.c" }}-v0 path: tests/regression/cache