about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2023-04-18 00:56:57 +0200
committersternenseemann <sternenseemann@systemli.org>2023-04-18 00:59:42 +0200
commit25be515a7906f0c06b0b5e923d5f6ea904775a9b (patch)
treec4023ba02a8fb7190e3670269e416be67185e33c
parente8b0e04d4980c7d355238e3bffb425805870e77c (diff)
chore(.github): update third party 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 b5808c6..ba34ef7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -15,11 +15,11 @@ jobs:
   nix-build:
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/checkout@v2.4.0
-    - uses: cachix/install-nix-action@v16
+    - uses: actions/checkout@v3.5.2
+    - uses: cachix/install-nix-action@v20
       with:
         nix_path: nixpkgs=channel:nixos-unstable
-    - uses: cachix/cachix-action@v10
+    - uses: cachix/cachix-action@v12
       with:
         name: spacecookie
         authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'