Skip to content

Commit

Permalink
Update GitHub Actions dependencies #49
Browse files Browse the repository at this point in the history
  • Loading branch information
4TT1L4 committed Apr 20, 2024
1 parent 58a5f73 commit 5d2393c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
VERSION: ${{ steps.get_version.outputs.VERSION }}
steps:
- name: Checkout source code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install dependencies (apt-get)
run: |
sudo apt-get update
Expand Down Expand Up @@ -54,14 +54,14 @@ jobs:
with:
extra_args: --verbose --all-files
- name: Setup haskell tooling
uses: haskell/actions/setup@v2
uses: haskell-actions/setup@v2
with:
ghc-version: '9.2.8'
cabal-version: '3.10.1.0'
enable-stack: true
stack-version: '2.9'
- name: Setup cache
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-cabal
with:
Expand Down

0 comments on commit 5d2393c

Please sign in to comment.