Skip to content

Commit

Permalink
Merge pull request #8 from A1ca7raz/dependabot/github_actions/cachix/…
Browse files Browse the repository at this point in the history
…install-nix-action-25

Upgrade: bump cachix/install-nix-action from 24 to 25
  • Loading branch information
A1ca7raz authored Feb 28, 2024
2 parents bd046f6 + 1975b85 commit bd6594d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
ref: 'main'

- name: 0-3. Install nix
uses: cachix/install-nix-action@v24
uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/checkout@v4

- name: 0-2. Install nix
uses: cachix/install-nix-action@v24
uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |
Expand Down

0 comments on commit bd6594d

Please sign in to comment.