Skip to content

Commit

Permalink
[CI] update uses versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wrengr committed Apr 6, 2024
1 parent e1bf0a1 commit 5ba219a
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/setup@v2.6.1
- uses: haskell-actions/setup@v2.7.0
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.0
- uses: actions/cache@v4.0.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 5ba219a

Please sign in to comment.