Skip to content

Commit

Permalink
Merge pull request #284 from barrucadu/dependabot/github_actions/cach…
Browse files Browse the repository at this point in the history
…ix/install-nix-action-27

Bump cachix/install-nix-action from 26 to 27
  • Loading branch information
barrucadu committed May 16, 2024
2 parents 83f8111 + bc35720 commit 7b55ae3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v26
- uses: cachix/install-nix-action@V27
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Lint
Expand All @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v26
- uses: cachix/install-nix-action@V27
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Check documentation site builds
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Install nix
uses: cachix/install-nix-action@v26
uses: cachix/install-nix-action@V27
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Build
Expand Down

0 comments on commit 7b55ae3

Please sign in to comment.