Skip to content

Commit 12e4025

Browse files
authored
Merge pull request #83 from ledger/dependabot/github_actions/cachix/install-nix-action-23
chore(deps): bump cachix/install-nix-action from 22 to 23
2 parents 51b8eb1 + bd1324d commit 12e4025

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@v3
20-
- uses: cachix/install-nix-action@v22
20+
- uses: cachix/install-nix-action@v23
2121
with:
2222
nix_path: nixpkgs=channel:nixos-unstable
2323
- name: Build website

0 commit comments

Comments
 (0)