From 3753349576f997c227f7f118780237eb02664fbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 09:55:58 -0400 Subject: [PATCH] chore(deps): bump cachix/install-nix-action from 22 to 23 (#153) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/scheduled-jobs.yml | 2 +- .github/workflows/style.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scheduled-jobs.yml b/.github/workflows/scheduled-jobs.yml index dfe9fa9..a4b2924 100644 --- a/.github/workflows/scheduled-jobs.yml +++ b/.github/workflows/scheduled-jobs.yml @@ -58,7 +58,7 @@ jobs: git_config_global: true git_user_signingkey: true git_commit_gpgsign: true - - uses: cachix/install-nix-action@v22 + - uses: cachix/install-nix-action@v23 name: Setup nix setup with: nix_path: nixpkgs=channel:nixos-unstable diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index 6ce1909..cf4eed6 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -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@v22 + - uses: cachix/install-nix-action@v23 name: Setup nix setup with: nix_path: nixpkgs=channel:nixos-unstable