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: |