Skip to content

Commit 784732b

Browse files
committed
Update build image and github action versions
1 parent 5639bb0 commit 784732b

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/haskell.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
runs-on: [self-hosted, linux, x64]
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616

1717
- name: Cache
18-
uses: actions/cache@v3
18+
uses: actions/cache@v4
1919
env:
2020
cache-version: v1
2121
with:

compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
dev:
3-
image: ghcr.io/flipstone/haskell-tools:debian-stable-ghc-9.6.5-2024-05-15-5314c42
3+
image: ghcr.io/flipstone/haskell-tools:debian-stable-ghc-9.6.6-2024-10-31-833d7d1
44
environment:
55
STACK_ROOT: /stack-root
66
IN_DEV_CONTAINER: 'true'

stack.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: lts-22.22
1+
resolver: lts-22.40
22
system-ghc: true
33
install-ghc: false
44

stack.yaml.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
packages: []
77
snapshots:
88
- completed:
9-
sha256: 4be1ca5d31689b524a7f0f17a439bbe9136465213edc498e9a395899a670f2aa
10-
size: 718486
11-
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/22.yaml
12-
original: lts-22.22
9+
sha256: 521009bd88879b6993fab5ea5abe1ee2a539dfd8ec2dfc7c57017a8eaee1e78b
10+
size: 720262
11+
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/40.yaml
12+
original: lts-22.40

0 commit comments

Comments
 (0)