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 #1 from dd-ix/dependabot/github_actions/cachix/ins…
Browse files Browse the repository at this point in the history
…tall-nix-action-26

Bump cachix/install-nix-action from 25 to 26
  • Loading branch information
tanneberger authored Mar 13, 2024
2 parents a98c12a + 19cb426 commit 3722c71
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@v25
- uses: cachix/install-nix-action@v26
- 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@v25
- uses: cachix/install-nix-action@v26
- uses: astro/deadnix-action@main
with:
flags: "-l"

0 comments on commit 3722c71

Please sign in to comment.