Skip to content

Commit

Permalink
Merge pull request #11 from emacs-twist/dependabot/github_actions/cac…
Browse files Browse the repository at this point in the history
…hix/install-nix-action-24

chore(deps): Bump cachix/install-nix-action from 23 to 24
  • Loading branch information
akirak authored Nov 29, 2023
2 parents c18bf6c + fe36581 commit ed902ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: cachix/install-nix-action@v23
- uses: cachix/install-nix-action@v24
with:
extra_nix_config: |
accept-flake-config = true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: cachix/install-nix-action@v23
- uses: cachix/install-nix-action@v24
with:
extra_nix_config: |
accept-flake-config = true
Expand Down

0 comments on commit ed902ce

Please sign in to comment.