summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2020-11-24 13:56:29 +0100
committersternenseemann <git@lukasepple.de>2020-11-24 14:03:31 +0100
commitd10db36f3a103cd597bd23f6b3c8065f2a2b1d17 (patch)
treefc2674bfe35b131b4e2318bddbd95963a1fe3d18
parent356894c7d50bf008a7f300268cb0d6f9eeb4ce77 (diff)
fix(ci): update cachix actions 2.0.0
This fixes build failures due to a recent deprecation in github actions:
https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
-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 fcad77e..b4aeaea 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -11,8 +11,8 @@ jobs:
     runs-on: ubuntu-latest
     steps:
     - uses: actions/checkout@v2.3.1
-    - uses: cachix/install-nix-action@v10
-    - uses: cachix/cachix-action@v6
+    - uses: cachix/install-nix-action@v12
+    - uses: cachix/cachix-action@v8
       with:
         name: openlab-aux
         signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'