Skip to content

Commit

Permalink
Merge pull request #27 from nix-community/dependabot/github_actions/c…
Browse files Browse the repository at this point in the history
…achix/install-nix-action-26

Bump cachix/install-nix-action from 25 to 26
  • Loading branch information
Artturin authored Mar 11, 2024
2 parents 05410fd + 035d24e commit e28bd59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
- uses: cachix/install-nix-action@v26
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix-build
Expand All @@ -23,7 +23,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
- uses: cachix/install-nix-action@v26
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e28bd59

Please sign in to comment.