Skip to content

Commit 718df3f

Browse files
committed
[CI] Bump haskell-actions to 2.7.6, and actions/cache to 4.1.2
1 parent 459878c commit 718df3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
ghc: 'latest'
4141
steps:
4242
- uses: actions/checkout@v4
43-
- uses: haskell-actions/[email protected].4
43+
- uses: haskell-actions/[email protected].6
4444
id: setup-haskell-cabal
4545
with:
4646
ghc-version: ${{ matrix.ghc }}
@@ -55,7 +55,7 @@ jobs:
5555
- name: Freeze
5656
# Generates the `cabal.project.freeze` file.
5757
run: cabal freeze
58-
- uses: actions/cache@v4.0.2
58+
- uses: actions/cache@v4.1.2
5959
name: Cache ~/.cabal/store and ./dist-newstyle
6060
# TODO(2021-10-23): Do we really want the hash in the key?
6161
# With nix-style builds it shouldn't be necessary (afaict),

0 commit comments

Comments
 (0)