File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ jobs:
1616 runs-on : ubuntu-latest
1717 steps :
1818 - uses : actions/checkout@v6
19- - uses : DeterminateSystems/determinate-nix-action@v3.14 .0
19+ - uses : DeterminateSystems/determinate-nix-action@v3.15 .0
2020 - uses : DeterminateSystems/magic-nix-cache-action@v13
2121 - run : nix build
2222
2323 lint :
2424 runs-on : ubuntu-latest
2525 steps :
2626 - uses : actions/checkout@v6
27- - uses : DeterminateSystems/determinate-nix-action@v3.14 .0
27+ - uses : DeterminateSystems/determinate-nix-action@v3.15 .0
2828 - uses : DeterminateSystems/magic-nix-cache-action@v13
2929 - run : nix flake check -L --show-trace
3030
6666 cache-from : type=gha
6767 cache-to : type=gha,mode=max
6868 load : " true"
69- - uses : DeterminateSystems/determinate-nix-action@v3.14 .0
69+ - uses : DeterminateSystems/determinate-nix-action@v3.15 .0
7070 - uses : DeterminateSystems/magic-nix-cache-action@v13
7171 - run : nix develop . --command go test -v ./...
7272
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - uses : actions/checkout@v6
18- - uses : DeterminateSystems/determinate-nix-action@v3.14 .0
18+ - uses : DeterminateSystems/determinate-nix-action@v3.15 .0
1919 - uses : DeterminateSystems/update-flake-lock@v28
2020 with :
2121 pr-title : Update Nix flake inputs
You can’t perform that action at this time.
0 commit comments