From 02f619f72c9e4a0670da95c9e190eeb52e11ca0d Mon Sep 17 00:00:00 2001 From: Michael Glass Date: Mon, 21 Oct 2024 10:29:44 +0200 Subject: [PATCH] update github actions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a7a8823..6aa195db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: runs-on: ${{ matrix.runner.os }} steps: - name: Install Nix - uses: cachix/install-nix-action@v26 + uses: cachix/install-nix-action@v30 with: nix_path: nixpkgs=channel:${{ matrix.runner.base-nixpkgs-channel }} extra_nix_config: | @@ -37,7 +37,7 @@ jobs: run: nix-env -f '' -iA cachix - name: Check out repository code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0