Skip to content

Commit 681f8b4

Browse files
Bump actions/cache from 2.1.4 to 3.3.2 (#52)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dc149d0 commit 681f8b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
ghc-version: ${{ matrix.ghc }}
1818
cabal-version: 'latest'
19-
- uses: actions/cache@v2.1.4
19+
- uses: actions/cache@v3.3.2
2020
with:
2121
path: ~/.cabal
2222
key: cabal--${{ matrix.ghc }}-${{ hashFiles('*/*.cabal') }}

0 commit comments

Comments
 (0)