ci: bump version

This commit is contained in:
xinyangli 2024-02-04 12:27:53 +08:00
parent 83ec364ca3
commit 8142717e71
No known key found for this signature in database

View file

@ -42,7 +42,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install nix
uses: cachix/install-nix-action@v23
uses: cachix/install-nix-action@v25
with:
nix_path: "${{ matrix.nixPath }}"
extra_nix_config: |
@ -51,7 +51,7 @@ jobs:
- name: Show nixpkgs version
run: nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version'
- name: Setup cachix
uses: cachix/cachix-action@v12
uses: cachix/cachix-action@v14
# Don't replace <YOUR_CACHIX_NAME> here!
if: ${{ matrix.cachixName != '<YOUR_CACHIX_NAME>' }}
with: