File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ jobs:
1818 runs-on : ubuntu-latest
1919 steps :
2020 - uses : actions/checkout@v6
21- - uses : DeterminateSystems/determinate-nix-action@v3.17.1
21+ - uses : DeterminateSystems/determinate-nix-action@v3.17.3
2222 - uses : DeterminateSystems/magic-nix-cache-action@v13
2323 - run : nix build
2424
2525 lint :
2626 runs-on : ubuntu-latest
2727 steps :
2828 - uses : actions/checkout@v6
29- - uses : DeterminateSystems/determinate-nix-action@v3.17.1
29+ - uses : DeterminateSystems/determinate-nix-action@v3.17.3
3030 - uses : DeterminateSystems/magic-nix-cache-action@v13
3131 - run : nix flake check -L --show-trace
3232
6161 cache-from : type=gha
6262 cache-to : type=gha,mode=max
6363 load : " true"
64- - uses : DeterminateSystems/determinate-nix-action@v3.17.1
64+ - uses : DeterminateSystems/determinate-nix-action@v3.17.3
6565 - uses : DeterminateSystems/magic-nix-cache-action@v13
6666 - run : nix develop . --command go test -v ./...
6767
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.17.1
18+ - uses : DeterminateSystems/determinate-nix-action@v3.17.3
1919 - uses : DeterminateSystems/update-flake-lock@ff43f160ef7014ae1a1fd85699fb6a44f436135b
2020 with :
2121 pr-title : Update Nix flake inputs
You can’t perform that action at this time.
0 commit comments