Skip to content

Commit 8306cd1

Browse files
committed
Update ghc and cabal versions
1 parent b0cc817 commit 8306cd1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pages.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
build:
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@v3
27-
- uses: haskell/actions/setup@v2
26+
- uses: actions/checkout@v4
27+
- uses: haskell-actions/setup@v2
2828
with:
29-
ghc-version: '9.2.7'
30-
cabal-version: '3.10.1.0'
29+
ghc-version: '9.10.1'
30+
cabal-version: '3.12.1.0'
3131
- name: Cache
32-
uses: actions/cache@v3
32+
uses: actions/cache@v4
3333
env:
3434
cache-name: cache-cabal
3535
with:

0 commit comments

Comments
 (0)