Skip to content

Commit

Permalink
actions
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Jun 25, 2024
1 parent 45662d9 commit 7ce6bca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
flake-utils.lib.eachDefaultSystem (system:
let
pkgs = nixpkgs.legacyPackages."${system}".extend (self: super: {
ocamlPackages = super.ocaml-ng.ocamlPackages_5_1;
ocamlPackages = super.ocaml-ng.ocamlPackages_5_2;
});
in
rec {
Expand Down
4 changes: 2 additions & 2 deletions nix/gh-actions.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
let
commonSteps = [
{
uses = "actions/checkout@v2";
uses = "actions/checkout@v4";
"with" = {
"submodules" = "recursive";
};
}
{
uses = "cachix/install-nix-action@v22";
uses = "cachix/install-nix-action@v27";
"with" = {
extra_nix_config = ''
extra-substituters = https://anmonteiro.nix-cache.workers.dev
Expand Down

0 comments on commit 7ce6bca

Please sign in to comment.