Skip to content

Commit

Permalink
chore(deps): bump cachix/install-nix-action from 24 to 25 (#200)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 22, 2024
1 parent af54d99 commit a98f2dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
git_config_global: true
git_user_signingkey: true
git_commit_gpgsign: true
- uses: cachix/install-nix-action@v24
- uses: cachix/install-nix-action@v25
name: Setup nix setup
with:
nix_path: nixpkgs=channel:nixos-unstable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
fetch-depth: 0 # fetch all tags and branches
- name: Setup CI
uses: ./.github/actions/setup-repo
- uses: cachix/install-nix-action@v24
- uses: cachix/install-nix-action@v25
name: Setup nix setup
with:
nix_path: nixpkgs=channel:nixos-unstable
Expand Down

0 comments on commit a98f2dd

Please sign in to comment.