Skip to content

Commit

Permalink
chore(deps): bump cachix/install-nix-action from 20 to 21 (#108)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 25, 2023
1 parent ca18bc0 commit 560df38
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@v20
- uses: cachix/install-nix-action@v21
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@v20
- uses: cachix/install-nix-action@v21
name: Setup nix setup
with:
nix_path: nixpkgs=channel:nixos-unstable
Expand Down

0 comments on commit 560df38

Please sign in to comment.