diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 9d721734d9..e0ac181eaa 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -42,7 +42,7 @@ jobs: - name: Compiled deps cache id: stylish-haskell-compiled-cache - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: stylish-haskell-compiled-cache with: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 69b6856068..c2db103472 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -101,7 +101,7 @@ jobs: echo "TEST_OPTS=-j1 --rerun-update --rerun-filter failures,exceptions" >> $GITHUB_ENV - name: Cache test log between attempts of the same run - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-test-log with: