From 3112ec5821bff08f00575951254ab74e5cb4ca07 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:38:19 +0000 Subject: [PATCH] Update actions/cache action to v4 --- examples/primitive/.github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/primitive/.github/workflows/ci.yml b/examples/primitive/.github/workflows/ci.yml index 378945fab..a0e238cda 100644 --- a/examples/primitive/.github/workflows/ci.yml +++ b/examples/primitive/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: ghcup-release-channel: ${{ matrix.ghcup-release-channel }} - name: Update cabal package database run: cabal update - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: Cache cabal stuff with: path: |