mirror of
https://github.com/NotAShelf/nix-evaluator-stats.git
synced 2026-05-19 21:46:41 +00:00
Compare commits
2 commits
dependabot
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
4d1f907768 |
|||
|
|
9fcdadd575 |
3 changed files with 3 additions and 3 deletions
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
uses: actions/checkout@v6
|
||||
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v6.0.5
|
||||
uses: pnpm/action-setup@v6.0.4
|
||||
with:
|
||||
version: 10
|
||||
|
||||
|
|
|
|||
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
uses: actions/checkout@v6
|
||||
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v6.0.5
|
||||
uses: pnpm/action-setup@v6.0.4
|
||||
with:
|
||||
version: 10
|
||||
|
||||
|
|
|
|||
2
.github/workflows/nix.yml
vendored
2
.github/workflows/nix.yml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
|
||||
# Exit early if no relevant files are updated
|
||||
- name: Install Nix
|
||||
uses: cachix/install-nix-action@v31.10.5
|
||||
uses: cachix/install-nix-action@v31.10.6
|
||||
if: steps.changed-files.outputs.files == 'true'
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue