commit 7c62ed37df9c33f1eeb3c4b5f77a8401213c4000
parent e7577f73460d8be91b3026f05c46191316123cb1
Author: Nikolay Korotkiy <sikmir@disroot.org>
Date: Sat, 22 Oct 2022 16:11:13 +0300
Update workflows
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install nix
- uses: cachix/install-nix-action@v17
+ uses: cachix/install-nix-action@v18
with:
nix_path: "${{ matrix.nixPath }}"
# nix 2.6 breaks restrict-eval, when using the NIX_PATH
@@ -36,7 +36,7 @@ jobs:
- name: Show nixpkgs version
run: nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version'
- name: Setup cachix
- uses: cachix/cachix-action@v10
+ uses: cachix/cachix-action@v11
with:
name: ${{ matrix.cachixName }}
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'