ci: fix actions/cache

This commit is contained in:
thomasjm 2024-07-18 05:54:20 -07:00
parent c76c0080f9
commit e2045c7123

View File

@ -90,11 +90,11 @@ jobs:
enable-stack: true
stack-version: "latest"
- uses: actions/cache@v1
- uses: actions/cache@v4
name: Cache ~/.stack
with:
path: ~/.stack
key: ${{ runner.os }}-${{ matrix.ghc }}-${{ matrix.resolver }}-stack
key: ${{ runner.os }}-${{ matrix.ghc }}-${{ matrix.yaml }}-stack
- name: apt
run: |