Merge pull request #14 from mitchellh/dependabot/github_actions/cachix/install-nix-action-19

Bump cachix/install-nix-action from 18 to 19
This commit is contained in:
Mitchell Hashimoto 2023-02-06 21:13:07 -08:00 committed by GitHub
commit 6a76f5697b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.3.0
- uses: cachix/install-nix-action@v18
- uses: cachix/install-nix-action@v19
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix flake check

View file

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.3.0
- uses: cachix/install-nix-action@v18
- uses: cachix/install-nix-action@v19
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: ./update