Skip to content

Commit

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

build(deps): bump cachix/install-nix-action from 26 to 27
  • Loading branch information
ryantm committed May 22, 2024
2 parents 4e1df89 + f109f88 commit 3e25ce4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v26
- uses: cachix/install-nix-action@V27
with:
extra_nix_config: |
accept-flake-config = true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flake-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v26
uses: cachix/install-nix-action@V27
with:
extra_nix_config: |
experimental-features = nix-command flakes
Expand Down

0 comments on commit 3e25ce4

Please sign in to comment.