Skip to content

Commit

Permalink
ci: Upgrade nix install GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
KingMob committed May 7, 2024
1 parent 8bea5a5 commit 07fe192
Show file tree
Hide file tree
Showing 6 changed files with 962 additions and 364 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Nix
uses: cachix/install-nix-action@v16
uses: cachix/install-nix-action@v25

- name: Checkout repository
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Nix
uses: cachix/install-nix-action@v16
uses: cachix/install-nix-action@v25

- name: Checkout repository
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Nix
uses: cachix/install-nix-action@v16
uses: cachix/install-nix-action@v25

- name: Checkout repository
uses: actions/checkout@v2
Expand Down
30 changes: 24 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
buildInputs = with pkgs; [
clj-kondo
clojure
nodejs-18_x
nodejs_20
pkgs.nodePackages.pnpm
];
};
Expand Down
Loading

0 comments on commit 07fe192

Please sign in to comment.