Skip to content

Commit 6c1fe13

Browse files
authored
Merge pull request #92 from ledger/dependabot/github_actions/cachix/install-nix-action-26
chore(deps): bump cachix/install-nix-action from 25 to 26
2 parents db859a0 + 0c0f353 commit 6c1fe13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v4
20-
- uses: cachix/install-nix-action@v25
20+
- uses: cachix/install-nix-action@v26
2121
with:
2222
nix_path: nixpkgs=channel:nixos-unstable
2323
- name: Build website

0 commit comments

Comments
 (0)