Skip to content

Commit 9a80425

Browse files
authored
Merge pull request #19 from stackbuilders/dependabot/github_actions/actions/cache-v2.1.4
Bump actions/cache from v2 to v2.1.4
2 parents 4889333 + 5c3d1a0 commit 9a80425

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)