Skip to content

Commit

Permalink
Merge pull request #47 from haskell/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/cache-3.3.2
  • Loading branch information
Kleidukos authored Sep 25, 2023
2 parents 1a72173 + 518f211 commit 4f7329b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Freeze
run: cabal freeze
- name: Cache
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ${{ steps.setup-haskell.outputs.cabal-store }}
key: ${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('cabal.project.freeze') }}
Expand Down

0 comments on commit 4f7329b

Please sign in to comment.