Skip to content

Commit 6ce489c

Browse files
authored
Merge pull request #460 from expipiplus1/dependabot/github_actions/actions/cache-3.2.4
Bump actions/cache from 3.2.3 to 3.2.4
2 parents f8a04a3 + f3eb545 commit 6ce489c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
ghc-version: ${{ matrix.ghc }}
2727

28-
- uses: actions/cache@v3.2.3
28+
- uses: actions/cache@v3.2.4
2929
with:
3030
path: |
3131
${{ steps.setup-haskell-cabal.outputs.cabal-store }}
@@ -157,7 +157,7 @@ jobs:
157157
ghc-version: '8.10'
158158

159159
- name: Cache stack things
160-
uses: actions/cache@v3.2.3
160+
uses: actions/cache@v3.2.4
161161
with:
162162
path: |
163163
~/.stack

0 commit comments

Comments
 (0)