Skip to content

Commit

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

Bump cachix/install-nix-action from 26 to 27
  • Loading branch information
Artturin authored May 26, 2024
2 parents e28bd59 + 3a4cad5 commit 595ee24
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@v26
- uses: cachix/install-nix-action@V27
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@v26
- uses: cachix/install-nix-action@V27
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 595ee24

Please sign in to comment.