🐙 Templated web page generator for your git repositories
git clone https://github.com/m-col/gitja
Files | Refs | Readme | License

Commit 4ef4700d03b9511d89424246dfcac506398d887f
Parent: 2569fa29d0a80048c6e27d5c409a69b2d41a7988
Author: mcol <mcol@posteo.net>
Date: 2021-11-26 20:33:32 +0000
Committer: mcol <mcol@posteo.net>
Committed: 2021-11-26 20:33:32 +0000

ci: update to cache v2

.github/workflows/ci.yaml Modified

@@ -20,9 +20,7 @@
       with:
         enable-stack: true
 
-    - uses: actions/cache@v1
-      env:
-        cache-name: cache-stack-modules
+    - uses: actions/cache@v2
       with:
         path: ~/.stack/
         key: ${{ runner.os }}-${{ hashFiles('**/stack.yaml.lock') }}