From b9b376999067645e6f93e8f8f513c5e96b894599 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 18:21:11 +0000 Subject: [PATCH] chore(ci-deps): bump the gh-actions-deps group with 1 update (#31) Bumps the gh-actions-deps group with 1 update: [cachix/install-nix-action](https://github.com/cachix/install-nix-action). Updates `cachix/install-nix-action` from 25 to 26 - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v25...v26) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions-deps ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci-tests-nix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-tests-nix.yml b/.github/workflows/ci-tests-nix.yml index ca153bf..618f1a6 100644 --- a/.github/workflows/ci-tests-nix.yml +++ b/.github/workflows/ci-tests-nix.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout sources uses: actions/checkout@v4 - - uses: cachix/install-nix-action@v25 + - uses: cachix/install-nix-action@v26 - name: Build Nix package run: nix build - name: Check Flake formatting