Skip to content

Commit

Permalink
[CI] Bump haskell-actions to 2.7.6, and actions/cache to 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wrengr committed Nov 21, 2024
1 parent 9fcfc1f commit 75593e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
ghc: 'latest'
steps:
- uses: actions/checkout@v4
- uses: haskell-actions/[email protected].4
- uses: haskell-actions/[email protected].6
id: setup-haskell-cabal
with:
ghc-version: ${{ matrix.ghc }}
Expand All @@ -60,7 +60,7 @@ jobs:
- name: Freeze
# Generates the `cabal.project.freeze` file.
run: cabal freeze
- uses: actions/cache@v4.0.2
- uses: actions/cache@v4.1.2
name: Cache ~/.cabal/store and ./dist-newstyle
# TODO(2021-10-23): Do we really want the hash in the key?
# With nix-style builds it shouldn't be necessary (afaict),
Expand Down

0 comments on commit 75593e0

Please sign in to comment.