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 314442d commit f9302e7Copy full SHA for f9302e7
.github/workflows/haskell-ci.yml
@@ -119,7 +119,7 @@ jobs:
119
run: |
120
$CABAL v2-update -v
121
- name: cache (tools)
122
- uses: actions/cache@v2
+ uses: actions/cache@v2.1.4
123
with:
124
key: ${{ runner.os }}-${{ matrix.ghc }}-tools-2f29a7e3
125
path: ~/.haskell-ci-tools
@@ -173,7 +173,7 @@ jobs:
173
$CABAL v2-build $ARG_COMPILER $ARG_TESTS $ARG_BENCH --dry-run all
174
cabal-plan
175
- name: cache
176
177
178
key: ${{ runner.os }}-${{ matrix.ghc }}-${{ github.sha }}
179
path: ~/.cabal/store
0 commit comments