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 0be8504
Show file tree
Hide file tree
Showing 7 changed files with 963 additions and 365 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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"dependencies": {
"@emotion/react": "^11.10.4",
"@inferenceql/inferenceql.react": "inferenceql/inferenceql.react#b54a02e5dad1a26bfa73873262f411f8b3019974",
"@OpenGen/GenSQL.react": "OpenGen/GenSQL.react#d218e25fecb2aa31661639b879662045ebb0bc33",
"highlight.js": "^11.5.1",
"prop-types": "^15.8.1",
"react": "^17.0",
Expand Down
Loading

0 comments on commit 0be8504

Please sign in to comment.