We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b023f5e commit 239c538Copy full SHA for 239c538
2 files changed
.github/workflows/build.yaml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: [self-hosted, linux, x64]
14
steps:
15
- name: Checkout
16
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
17
18
- name: Cache
19
uses: actions/cache@v4
compose.yaml
@@ -1,6 +1,6 @@
1
services:
2
dev:
3
- image: ghcr.io/flipstone/purescript-tools:debian-stable-purescript-0.15.15-2025-01-02-0b0c689
+ image: ghcr.io/flipstone/purescript-tools:debian-stable-purescript-0.15.15-2025-11-26-7860668
4
environment:
5
IN_CONTAINER: 'true'
6
stdin_open: true
0 commit comments