Skip to content

Commit

Permalink
chore(CI,deps): bump Nix installer and Cachix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wamserma committed Jan 15, 2024
1 parent e74d3a5 commit 9cd784f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v24
uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: "system-features = nixos-test benchmark big-parallel kvm"
- name: Cache on Cachix
uses: cachix/cachix-action@v13
uses: cachix/cachix-action@v14
with:
name: flake-programs-sqlite
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
Expand Down

0 comments on commit 9cd784f

Please sign in to comment.