mirror of
https://github.com/nix-community/emacs-overlay.git
synced 2026-01-26 14:32:08 -08:00
Bump cachix/install-nix-action from 29 to 30
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 29 to 30. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v29...v30) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
3d41910d37
commit
1c42ffa2bb
2 changed files with 3 additions and 3 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
uses: actions/checkout@v4.2.0
|
||||
|
||||
- name: Install Nix
|
||||
uses: cachix/install-nix-action@v29
|
||||
uses: cachix/install-nix-action@v30
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
|
||||
|
|
@ -53,7 +53,7 @@ jobs:
|
|||
uses: actions/checkout@v4.2.0
|
||||
|
||||
- name: Install Nix
|
||||
uses: cachix/install-nix-action@v29
|
||||
uses: cachix/install-nix-action@v30
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
|
||||
|
|
|
|||
2
.github/workflows/pulls.yml
vendored
2
.github/workflows/pulls.yml
vendored
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
matrix: ${{ steps.set-matrix.outputs.matrix }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4.2.0
|
||||
- uses: cachix/install-nix-action@v29
|
||||
- uses: cachix/install-nix-action@v30
|
||||
- id: set-matrix
|
||||
name: Evaluate flake
|
||||
run: nix flake show --all-systems
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue