Skip to content

Commit f9302e7

Browse files
Update actions/cache requirement to v2.1.4 (#328)
Updates the requirements on [actions/cache](https://github.com/actions/cache) to permit the latest version. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/commits/26968a09c0ea4f3e233fdddbafd1166051a095f6) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 314442d commit f9302e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
run: |
120120
$CABAL v2-update -v
121121
- name: cache (tools)
122-
uses: actions/cache@v2
122+
uses: actions/cache@v2.1.4
123123
with:
124124
key: ${{ runner.os }}-${{ matrix.ghc }}-tools-2f29a7e3
125125
path: ~/.haskell-ci-tools
@@ -173,7 +173,7 @@ jobs:
173173
$CABAL v2-build $ARG_COMPILER $ARG_TESTS $ARG_BENCH --dry-run all
174174
cabal-plan
175175
- name: cache
176-
uses: actions/cache@v2
176+
uses: actions/cache@v2.1.4
177177
with:
178178
key: ${{ runner.os }}-${{ matrix.ghc }}-${{ github.sha }}
179179
path: ~/.cabal/store

0 commit comments

Comments
 (0)