Compare commits

...

5 commits

Author SHA1 Message Date
raf
5b7385dd9b
Merge pull request #18 from NotAShelf/dependabot/github_actions/actions/checkout-6
Some checks are pending
Build / Find uncached packages (push) Waiting to run
Build / build-uncached (push) Blocked by required conditions
Run Checks / check (NIXPKGS_ALLOW_INSECURE=1 nix flake check --accept-flake-config --impure) (push) Waiting to run
Run Checks / check (nix run .#alejandra-custom -- -c . -e ./npins) (push) Waiting to run
Run Checks / build (push) Blocked by required conditions
Nix / nix (push) Waiting to run
build(deps): bump actions/checkout from 5 to 6
2025-11-24 07:46:19 +03:00
raf
b633dbaa14
Merge pull request #19 from NotAShelf/dependabot/github_actions/cachix/install-nix-action-31.8.4
build(deps): bump cachix/install-nix-action from 31.8.2 to 31.8.4
2025-11-24 07:46:04 +03:00
NotAShelf
03f3105c58 [CI]: update npins 2025-11-24 02:06:06 +00:00
dependabot[bot]
146937bf06
build(deps): bump cachix/install-nix-action from 31.8.2 to 31.8.4
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 31.8.2 to 31.8.4.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Changelog](https://github.com/cachix/install-nix-action/blob/master/RELEASE.md)
- [Commits](https://github.com/cachix/install-nix-action/compare/v31.8.2...v31.8.4)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-version: 31.8.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-24 01:08:07 +00:00
dependabot[bot]
84117fa1fb
build(deps): bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-24 01:08:02 +00:00
5 changed files with 10 additions and 10 deletions

View file

@ -19,9 +19,9 @@ jobs:
outputs:
uncached: ${{ steps.get-packages.outputs.packages }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: "Install Nix"
uses: cachix/install-nix-action@v31.8.2
uses: cachix/install-nix-action@v31.8.4
- name: Find packages missing in the cache
id: get-packages

View file

@ -18,10 +18,10 @@ jobs:
nix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: "Install Nix"
uses: cachix/install-nix-action@v31.8.2
uses: cachix/install-nix-action@v31.8.4
- uses: cachix/cachix-action@v16
with:

View file

@ -19,12 +19,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
token: "${{ secrets.GH_TOKEN}}"
- name: "Install Nix"
uses: cachix/install-nix-action@v31.8.2
uses: cachix/install-nix-action@v31.8.4
- uses: cachix/cachix-action@v16
with:

View file

@ -19,12 +19,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
token: "${{ secrets.GH_TOKEN}}"
- name: "Install Nix"
uses: cachix/install-nix-action@v31.8.2
uses: cachix/install-nix-action@v31.8.4
- uses: cachix/cachix-action@v16
with:

View file

@ -107,8 +107,8 @@
"nixpkgs": {
"type": "Channel",
"name": "nixpkgs-unstable",
"url": "https://releases.nixos.org/nixpkgs/nixpkgs-25.11pre898874.a8d610af3f1a/nixexprs.tar.xz",
"hash": "0c6xkxlszx0js6imwqf8parm1nidxyhrakz5kzr0k7fr2j7nj42p"
"url": "https://releases.nixos.org/nixpkgs/nixpkgs-25.11pre900157.878e468e02bf/nixexprs.tar.xz",
"hash": "0spx3iyd2ch5pvhqciaz8i2vhpmlx0sj8gf8z5lsip1yvi4rh19n"
},
"rat": {
"type": "GitRelease",