summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a1f5174..1aa2369 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2
- - uses: actions/setup-haskell@v1.1
+ - uses: actions/setup-haskell@v1.1.2
name: Setup Haskell Stack
with:
ghc-version: ${{ matrix.ghc }}
@@ -29,7 +29,7 @@ jobs:
name: Cache ~/.stack
with:
path: ~/.stack
- key: ${{ runner.os }}-${{ matrix.ghc }}-v2
+ key: ${{ runner.os }}-${{ matrix.ghc }}-v3
- name: Add ~/.local/bin to PATH
run: echo "::add-path::$HOME/.local/bin"