Skip to content

Commit

Permalink
bump CI actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ptival committed Apr 8, 2024
1 parent da66e03 commit 8e5d9de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
name: Macaw - GHC v${{ matrix.ghc-ver }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true

- uses: haskell/actions/setup@v2
- uses: haskell-actions/setup@v2
id: setup-haskell
name: Setup Haskell
with:
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
# WARNING: Make sure this step remains after the step that creates
# cabal.project.freeze, or the cache key will be incorrect!
- uses: actions/cache/restore@v3
- uses: actions/cache/restore@v4
name: Restore cabal store cache
with:
path: |
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
- name: Build compare-dwarfdump
run: cabal build compare-dwarfdump

- uses: actions/cache/save@v3
- uses: actions/cache/save@v4
name: Save cabal store cache
if: always()
with:
Expand Down

0 comments on commit 8e5d9de

Please sign in to comment.