Skip to content

Commit 5c3d1a0

Browse files
Bump actions/cache from v2 to v2.1.4
Bumps [actions/cache](https://github.com/actions/cache) from v2 to v2.1.4. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2...26968a0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4889333 commit 5c3d1a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
ghc-version: ${{ matrix.ghc }}
2222
cabal-version: 'latest'
23-
- uses: actions/cache@v2
23+
- uses: actions/cache@v2.1.4
2424
with:
2525
path: ~/.cabal
2626
key: cabal--${{ matrix.ghc }}-${{ hashFiles('*/*.cabal') }}
@@ -53,7 +53,7 @@ jobs:
5353
enable-stack: true
5454
stack-version: 'latest'
5555
stack-setup-ghc: true
56-
- uses: actions/cache@v2
56+
- uses: actions/cache@v2.1.4
5757
with:
5858
path: |
5959
.stack-work

0 commit comments

Comments
 (0)