Skip to content

Commit

Permalink
Merge pull request #2 from kankerdev/dependabot/github_actions/dot-gi…
Browse files Browse the repository at this point in the history
…thub/workflows/cachix/install-nix-action-28

Bump cachix/install-nix-action from 27 to 28 in /.github/workflows
  • Loading branch information
emneo-dev committed Sep 14, 2024
2 parents 02c3873 + babf2b4 commit c0bf0ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nix-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
- uses: cachix/install-nix-action@V28
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix build
Expand All @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
- uses: cachix/install-nix-action@V28
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix flake check --all-systems

0 comments on commit c0bf0ed

Please sign in to comment.