Skip to content

Commit

Permalink
chore: fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrosop committed May 3, 2024
1 parent 2cc8616 commit 279714c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- uses: nixbuild/nix-quick-install-action@v28
with:
nix_version: 2.16.2
nix_version: 2.20.5
nix_conf: |
experimental-features = nix-command flakes
sandbox = false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gen_schedule_update_deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- uses: nixbuild/nix-quick-install-action@v28
with:
nix_version: 2.16.2
nix_version: 2.20.5
nix_conf: |
experimental-features = nix-command flakes
sandbox = false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: nixbuild/nix-quick-install-action@v28
with:
nix_version: 2.16.2
nix_version: 2.20.5
nix_conf: |
experimental-features = nix-command flakes
sandbox = false
Expand Down

0 comments on commit 279714c

Please sign in to comment.