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

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

ci: update to checkout v2

.github/workflows/ci.yaml Modified

@@ -14,7 +14,7 @@
     runs-on: ${{ matrix.os }}
 
     steps:
-    - uses: actions/checkout@v1
+    - uses: actions/checkout@v2
 
     - uses: haskell/actions/setup@v1
       with: