We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 459878c commit 718df3fCopy full SHA for 718df3f
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
ghc: 'latest'
41
steps:
42
- uses: actions/checkout@v4
43
- - uses: haskell-actions/[email protected].4
+ - uses: haskell-actions/[email protected].6
44
id: setup-haskell-cabal
45
with:
46
ghc-version: ${{ matrix.ghc }}
@@ -55,7 +55,7 @@ jobs:
55
- name: Freeze
56
# Generates the `cabal.project.freeze` file.
57
run: cabal freeze
58
- - uses: actions/cache@v4.0.2
+ - uses: actions/cache@v4.1.2
59
name: Cache ~/.cabal/store and ./dist-newstyle
60
# TODO(2021-10-23): Do we really want the hash in the key?
61
# With nix-style builds it shouldn't be necessary (afaict),
0 commit comments