Merge pull request #3 from osbm/dependabot/github_actions/cachix/install-nix-action-30
Bump cachix/install-nix-action from 16 to 30
This commit is contained in:
commit
1e6bfe863a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/nix.yml
vendored
4
.github/workflows/nix.yml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: cachix/install-nix-action@v16
|
||||
- uses: cachix/install-nix-action@v30
|
||||
# TODO: add a binary cache
|
||||
# - uses: cachix/cachix-action@v10
|
||||
# with:
|
||||
|
|
@ -33,5 +33,5 @@ jobs:
|
|||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: cachix/install-nix-action@v16
|
||||
- uses: cachix/install-nix-action@v30
|
||||
- run: nix shell nixpkgs#alejandra -c alejandra -c .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue