Skip to content

Commit

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

chore(deps): Bump cachix/install-nix-action from 29 to 30
  • Loading branch information
akirak authored Oct 4, 2024
2 parents dc4bb8a + e448186 commit 031ef2f
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@v29
- uses: cachix/install-nix-action@v30
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@v29
- uses: cachix/install-nix-action@v30
with:
extra_nix_config: |
accept-flake-config = true
Expand Down

0 comments on commit 031ef2f

Please sign in to comment.