Skip to content

Commit 5959988

Browse files
authored
Merge pull request #80 from ledger/dependabot/github_actions/cachix/install-nix-action-22
chore(deps): bump cachix/install-nix-action from 20 to 22
2 parents 540a32c + 85de8e7 commit 5959988

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

0 commit comments

Comments
 (0)