Merge pull request #11 from materusPL/dependabot/github_actions/cachix/cachix-action-14

build(deps): bump cachix/cachix-action from 13 to 14
This commit is contained in:
Mateusz Słodkowicz 2024-01-15 15:24:52 +01:00 committed by GitHub
commit f5658b9029
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ jobs:
- name: Show nixpkgs version - name: Show nixpkgs version
run: nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version' run: nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version'
- name: Setup cachix - name: Setup cachix
uses: cachix/cachix-action@v13 uses: cachix/cachix-action@v14
# Don't replace <YOUR_CACHIX_NAME> here! # Don't replace <YOUR_CACHIX_NAME> here!
if: ${{ matrix.cachixName != '<YOUR_CACHIX_NAME>' }} if: ${{ matrix.cachixName != '<YOUR_CACHIX_NAME>' }}
with: with: