-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CI] Bump haskell-actions to 2.7.6, and actions/cache to 4.1.2
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|
@@ -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), | ||
|