summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2022-02-21 14:59:47 +0100
committersternenseemann <sternenseemann@systemli.org>2022-02-21 14:59:47 +0100
commitecf93679b92333e49306f703369677099b843439 (patch)
treec56f0600665084c6b3ed55587586695cd20499e7
parent10e0861ff2a17f7ec627083e4b428bf5c3f9d213 (diff)
chore(ci): update actions
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b4aeaea..316a2c3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -10,9 +10,9 @@ jobs:
   nix-build:
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/checkout@v2.3.1
-    - uses: cachix/install-nix-action@v12
-    - uses: cachix/cachix-action@v8
+    - uses: actions/checkout@v2.4.0
+    - uses: cachix/install-nix-action@v16
+    - uses: cachix/cachix-action@v10
       with:
         name: openlab-aux
         signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'