Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2 from dd-ix/dependabot/github_actions/cachix/ins…
Browse files Browse the repository at this point in the history
…tall-nix-action-27

Bump cachix/install-nix-action from 26 to 27
  • Loading branch information
tanneberger authored May 15, 2024
2 parents 4fe57fd + 1688d02 commit fd2816f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v26
- uses: cachix/install-nix-action@V27
- run: nix flake check
- run: nix build -L
2 changes: 1 addition & 1 deletion .github/workflows/deadnix.yaml
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@v26
- uses: cachix/install-nix-action@V27
- uses: astro/deadnix-action@main
with:
flags: "-l"

0 comments on commit fd2816f

Please sign in to comment.