Skip to content

Commit 4bcb824

Browse files
Bump actions/cache from 3.3.1 to 3.3.2 (#35)
1 parent dbf4b9e commit 4bcb824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
# cache
5454

5555
- name: Cache store
56-
uses: actions/cache@v3.3.1
56+
uses: actions/cache@v3.3.2
5757
with:
5858
path: ${{ steps.setup-haskell-cabal.outputs.cabal-store }}
5959
key: ${{ runner.os }}-${{ hashFiles('cabal.project.freeze') }}

0 commit comments

Comments
 (0)