We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d21e6cd commit 54cfb20Copy full SHA for 54cfb20
.github/workflows/deploy.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v4
13
14
- name: Install Nix
15
- uses: cachix/install-nix-action@v23
+ uses: cachix/install-nix-action@v30
16
17
- name: Build app
18
run: nix build .#web
0 commit comments