Skip to content

Commit 7304584

Browse files
whoops
1 parent c728ba8 commit 7304584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: haskell-actions/setup@v2
3535
with:
3636
ghc-version: ${{matrix.ghc-version}}
37-
- uses: actions/cache/restore@v4
37+
- uses: actions/cache@v4
3838
with:
3939
key: ${{ matrix.ghc-version }}-${{ github.sha }}
4040
path: |

0 commit comments

Comments
 (0)